afc163
|
e058e67cb4
|
fix iconfont
|
9 years ago |
afc163
|
ff200db6c4
|
fix text
|
9 years ago |
afc163
|
a4bb599e52
|
fix default check all, ref #533
|
9 years ago |
afc163
|
f5b4ad7279
|
Fix selectRowKeys for rowKey demo, ref #533
|
9 years ago |
afc163
|
b3e2855333
|
dataSource could be null
|
9 years ago |
afc163
|
90966ea1c9
|
empty text should be inside spin
|
9 years ago |
afc163
|
57c12fa3ae
|
Add table column className demo
|
9 years ago |
afc163
|
e323b0fc24
|
Remove demo text
|
9 years ago |
afc163
|
19c385ce58
|
Fix rowSelection when change dataSource
|
9 years ago |
afc163
|
30b6aeaa04
|
rowSelection getCheckboxProps, defaultValue should be defaultChecked
|
9 years ago |
afc163
|
a707df5276
|
Add filterMultiple in table column, close #442
|
9 years ago |
afc163
|
be42f5687b
|
update loading demo
|
9 years ago |
afc163
|
7a9c536569
|
add loading prop for table
|
9 years ago |
afc163
|
a3a7854cad
|
should spin the table content, not contain pagination
|
9 years ago |
afc163
|
664fb92104
|
update rc-table
|
9 years ago |
afc163
|
e0c9da599a
|
update table loading
|
9 years ago |
勤拭
|
cc58106186
|
del align
|
9 years ago |
afc163
|
fee949cd04
|
update code style
|
9 years ago |
afc163
|
3a5f301fad
|
update code style
|
9 years ago |
afc163
|
67c0e2ad0e
|
update document
|
9 years ago |
勤拭
|
7664a41f9b
|
调整格式
|
9 years ago |
勤拭
|
6e184378bf
|
文档逗号改为中文格式
|
9 years ago |
勤拭
|
c2e67f72ed
|
standard format
|
9 years ago |
勤拭
|
e9cfca0d89
|
support colspan and rowspan
|
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 |
afc163
|
f7ef12acf1
|
Remove some demo
|
9 years ago |
afc163
|
64b4031d7a
|
Fix key warning in table demo
|
9 years ago |
KgTong
|
0f4b4ae39f
|
fix table loading when removing type attrite of spin
|
9 years ago |
KgTong
|
ea0e9b7d6a
|
fix for code review
|
9 years ago |
KgTong
|
b9ce4c7ddf
|
replace the table loading with spin
|
9 years ago |
afc163
|
415fa383e3
|
unify all size prop to: large default small
|
9 years ago |
yiminghe
|
fdee139459
|
add className for table
|
9 years ago |
afc163
|
86c5ead45a
|
Add onChange prop to Table, fix #395
|
9 years ago |
afc163
|
eed88125f1
|
Fix document
|
9 years ago |
yiminghe
|
76b0f673ec
|
beta2
|
9 years ago |
afc163
|
dc47b1cd5b
|
fix reqwest
|
9 years ago |
afc163
|
100adfc69a
|
update row select argument name
|
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 |
elrrrrrrr
|
1640a34c4c
|
chore: 迁移 table iconfont
|
9 years ago |
afc163
|
05347da926
|
not emit fetch when there is no dataSource change, #347
|
9 years ago |
afc163
|
52b639faba
|
Should update table data when changing pageSize
fix #317
|
9 years ago |
afc163
|
88108b9fb9
|
Fix loading icon position in empty table
|
9 years ago |
afc163
|
13ebd2d76d
|
Fix pagination in table
|
9 years ago |
zhujun24
|
af6a8d31ee
|
optimize
|
9 years ago |
zhujun24
|
95465a6794
|
add expand table
|
9 years ago |
afc163
|
b35f85751b
|
update table api
|
9 years ago |
afc163
|
579ad01fc5
|
rollback for reqwest
|
9 years ago |
afc163
|
b25b48b6e5
|
fix reqwest
|
9 years ago |