afc163
|
19c385ce58
|
Fix rowSelection when change dataSource
|
2015-11-05 17:30:24 +08:00 |
|
afc163
|
30b6aeaa04
|
rowSelection getCheckboxProps, defaultValue should be defaultChecked
|
2015-11-04 17:23:20 +08:00 |
|
afc163
|
a707df5276
|
Add filterMultiple in table column, close #442
|
2015-11-03 22:32:36 +08:00 |
|
afc163
|
be42f5687b
|
update loading demo
|
2015-11-03 22:23:31 +08:00 |
|
afc163
|
7a9c536569
|
add loading prop for table
|
2015-11-03 18:16:16 +08:00 |
|
afc163
|
a3a7854cad
|
should spin the table content, not contain pagination
|
2015-11-03 17:48:56 +08:00 |
|
afc163
|
664fb92104
|
update rc-table
|
2015-11-03 17:21:51 +08:00 |
|
afc163
|
e0c9da599a
|
update table loading
|
2015-10-31 02:12:26 +08:00 |
|
偏右
|
9f6ce589d6
|
Merge pull request #435 from KgTong/feature-spin
Feature spin
|
2015-10-31 00:33:06 +08:00 |
|
偏右
|
483446b28f
|
Merge pull request #455 from ant-design/feature-delStyleAlign
del align
|
2015-10-30 16:48:11 +08:00 |
|
勤拭
|
cc58106186
|
del align
|
2015-10-30 16:45:10 +08:00 |
|
KgTong
|
b0bad43bf8
|
Merge remote-tracking branch 'ant/develop-0.10.0' into feature-spin
|
2015-10-30 13:11:39 +08:00 |
|
afc163
|
fee949cd04
|
update code style
|
2015-10-29 20:15:44 +08:00 |
|
afc163
|
3a5f301fad
|
update code style
|
2015-10-29 20:14:08 +08:00 |
|
afc163
|
67c0e2ad0e
|
update document
|
2015-10-29 20:10:44 +08:00 |
|
勤拭
|
7664a41f9b
|
调整格式
|
2015-10-29 17:31:47 +08:00 |
|
勤拭
|
6e184378bf
|
文档逗号改为中文格式
|
2015-10-29 17:03:15 +08:00 |
|
勤拭
|
c2e67f72ed
|
standard format
|
2015-10-29 16:23:09 +08:00 |
|
勤拭
|
e9cfca0d89
|
support colspan and rowspan
|
2015-10-29 15:38:59 +08:00 |
|
KgTong
|
852377b6b3
|
ES6 syntax for spin demo code
|
2015-10-28 21:40:05 +08:00 |
|
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
2015-10-28 20:55:49 +08:00 |
|
KgTong
|
2e67eae9dd
|
Merge remote-tracking branch 'ant/develop-0.10.0' into feature-spin
|
2015-10-28 19:33:45 +08:00 |
|
afc163
|
0193df102b
|
update table ajax demo
|
2015-10-27 19:37:39 +08:00 |
|
afc163
|
f7ef12acf1
|
Remove some demo
|
2015-10-27 19:19:09 +08:00 |
|
afc163
|
64b4031d7a
|
Fix key warning in table demo
|
2015-10-27 17:27:11 +08:00 |
|
KgTong
|
0f4b4ae39f
|
fix table loading when removing type attrite of spin
|
2015-10-27 15:15:24 +08:00 |
|
KgTong
|
ea0e9b7d6a
|
fix for code review
|
2015-10-27 14:01:55 +08:00 |
|
KgTong
|
103104b256
|
fix conflict
|
2015-10-27 11:06:15 +08:00 |
|
KgTong
|
b9ce4c7ddf
|
replace the table loading with spin
|
2015-10-27 10:34:05 +08:00 |
|
afc163
|
415fa383e3
|
unify all size prop to: large default small
|
2015-10-22 21:01:52 +08:00 |
|
yiminghe
|
fdee139459
|
add className for table
|
2015-10-22 17:28:12 +08:00 |
|
afc163
|
86c5ead45a
|
Add onChange prop to Table, fix #395
|
2015-10-21 20:21:14 +08:00 |
|
afc163
|
eed88125f1
|
Fix document
|
2015-10-21 10:48:58 +08:00 |
|
yiminghe
|
76b0f673ec
|
beta2
|
2015-10-20 16:47:55 +08:00 |
|
afc163
|
dc47b1cd5b
|
fix reqwest
|
2015-10-19 11:34:44 +08:00 |
|
afc163
|
100adfc69a
|
update row select argument name
|
2015-10-10 11:35:31 +08:00 |
|
afc163
|
d184b39450
|
Merge branch 'feature-#252' of https://github.com/RaoHai/ant-design into develop-0.10.0
|
2015-10-09 18:48:32 +08:00 |
|
RaoHai
|
2c1fda70d6
|
Table 列选择模式重构
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
return {
defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列
}
},
```
|
2015-10-09 17:14:09 +08:00 |
|
Benjy Cui
|
5b86a4be1d
|
refactor: replace button tag with Button component
|
2015-10-08 15:13:04 +08:00 |
|
elrrrrrrr
|
1640a34c4c
|
chore: 迁移 table iconfont
|
2015-10-02 16:31:51 +08:00 |
|
afc163
|
05347da926
|
not emit fetch when there is no dataSource change, #347
|
2015-09-26 00:56:15 +08:00 |
|
afc163
|
52b639faba
|
Should update table data when changing pageSize
fix #317
|
2015-09-23 14:28:08 +08:00 |
|
afc163
|
88108b9fb9
|
Fix loading icon position in empty table
|
2015-09-15 11:40:58 +08:00 |
|
afc163
|
13ebd2d76d
|
Fix pagination in table
|
2015-09-14 13:38:19 +08:00 |
|
zhujun24
|
af6a8d31ee
|
optimize
|
2015-09-10 11:15:36 +08:00 |
|
zhujun24
|
95465a6794
|
add expand table
|
2015-09-10 11:04:31 +08:00 |
|
afc163
|
b35f85751b
|
update table api
|
2015-09-09 22:37:22 +08:00 |
|
afc163
|
579ad01fc5
|
rollback for reqwest
|
2015-09-07 11:24:28 +08:00 |
|
afc163
|
b25b48b6e5
|
fix reqwest
|
2015-09-07 10:20:20 +08:00 |
|
afc163
|
691b0147b1
|
update eslintrc and fix code
|
2015-09-01 16:19:39 +08:00 |
|