afc163
|
b780070351
|
💄 prittier all files
|
6 years ago |
afc163
|
83c192ea3e
|
💄 fix eslint problems
|
6 years ago |
Ilan Hasanov
|
86398d910a
|
💬 misc typos and blank spaces fixes
|
6 years ago |
afc163
|
009ed08580
|
upgrade eslint-config-airbnb
|
7 years ago |
afc163
|
8e8b991ba7
|
demo: fix table rowKey warning
|
7 years ago |
afc163
|
83df2c98af
|
pagination in demo should be immuatable, ref #5300
|
8 years ago |
feng zhi hao
|
5303bd0a38
|
docs: rewrite Table demos to ES6 component (#4954)
|
8 years ago |
Benjy Cui
|
200b88246f
|
docs: update docs format
|
8 years ago |
Benjy Cui
|
3e17551b7e
|
site: improve build speed
|
8 years ago |
afc163
|
2ba1e8f3ef
|
clean table demo
|
8 years ago |
afc163
|
a6d2de1a7b
|
controlled filterDropdown props, close #3003
|
8 years ago |
afc163
|
58d7741709
|
http => https, close #3303
|
8 years ago |
kvetoslavnovak
|
c2fb8f30a1
|
docs: Table - ajax - English Translation (#3270)
|
8 years ago |
Benjy Cui
|
87753482bf
|
style: update code style to please lint, close: #2811
|
8 years ago |
Benjy Cui
|
63941ae665
|
docs: fix table demo format
|
8 years ago |
偏右
|
0b3186696c
|
docs: Translate table (#2594)
|
8 years ago |
afc163
|
5109362b04
|
remove old docs about dataSource
|
9 years ago |
Benjy Cui
|
2144349741
|
style: enable react/jsx-closing-bracket-location
|
9 years ago |
afc163
|
5a87d219d7
|
use remote api for demo
|
9 years ago |
Benjy Cui
|
ecaa6c56c3
|
style: enable comma-dangle
|
9 years ago |
Benjy Cui
|
df3ba36720
|
docs: remove useless newline in documentation
|
9 years ago |
Benjy Cui
|
03d09b66e8
|
docs: update demo format
|
9 years ago |
afc163
|
ec6ac78e15
|
simplify table demo
|
9 years ago |
afc163
|
15f576020b
|
Add fixed columns demos
|
9 years ago |
Benjy Cui
|
aa5c4f9595
|
style: update code style to please lint
|
9 years ago |
Benjy Cui
|
209170e813
|
style: update demo code style to please lint
|
9 years ago |
afc163
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
9 years ago |
afc163
|
62d4bbd573
|
remove remote dataSource
|
9 years ago |
afc163
|
07e32342a0
|
fix demo ajax page change
|
9 years ago |
afc163
|
84b23d6b11
|
fix demo ajax page change
|
9 years ago |
afc163
|
3992678141
|
update ajax demo, controll current page outside
|
9 years ago |
afc163
|
16abf46071
|
Fix markdown eslint errors, update .eslintrc
|
9 years ago |
afc163
|
b3e2855333
|
dataSource could be null
|
9 years ago |
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
9 years ago |
afc163
|
0193df102b
|
update table ajax demo
|
9 years ago |
yiminghe
|
76b0f673ec
|
beta2
|
9 years ago |
RaoHai
|
2c1fda70d6
|
Table 列选择模式重构
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
return {
defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列
}
},
```
|
9 years ago |
Benjy Cui
|
5b86a4be1d
|
refactor: replace `button` tag with `Button` component
|
9 years ago |
zhujun24
|
95465a6794
|
add expand table
|
9 years ago |
afc163
|
38cbaf1239
|
dataSource clone config should not be overwrited by origin config, fix #200
|
9 years ago |
afc163
|
f5afbf16aa
|
Improve table ajax dataSource
1. Add ajax data params support
2. improve dataSource.clone for new config
|
9 years ago |
afc163
|
4c8d3994a2
|
improve code style
|
9 years ago |
yiminghe
|
d60fca4993
|
fix datasource
|
9 years ago |
afc163
|
6d2cf352c3
|
return promise object from fetch
|
9 years ago |
afc163
|
cfaabbb825
|
Improve dataSource implementation
1. move advance-ajax to ajax demo
2. remove plain object dataSource support
3. use propTypes over judgement of constructor
|
9 years ago |
afc163
|
b6fe8021f8
|
render when change dataSource
|
9 years ago |
jljsj
|
6c99ebb170
|
update radio
|
9 years ago |
afc163
|
07f0ace6eb
|
fix table style and local mode
|
9 years ago |
afc163
|
b0f3a552b6
|
sort params
|
9 years ago |
afc163
|
a6661386c4
|
update ajax table demo
|
10 years ago |