afc163
|
1e08883315
|
update table selection demo
|
2016-03-10 16:55:02 +08:00 |
|
Benjy Cui
|
29825f20c8
|
style: update code style to please lint
|
2016-02-17 18:04:42 +08:00 |
|
Benjy Cui
|
9d022ff84c
|
style: update code style to please lint
|
2016-02-17 15:57:33 +08:00 |
|
Benjy Cui
|
68b51e298d
|
style: update code style for space-before-function-paren
|
2016-01-27 17:00:58 +08:00 |
|
afc163
|
663e3c4231
|
update table demo title
|
2016-01-03 01:17:49 +08:00 |
|
afc163
|
28b75ce8da
|
Add rowSelection onChange, #786
|
2016-01-01 20:08:30 +08:00 |
|
afc163
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
2015-12-29 12:08:58 +08:00 |
|
afc163
|
6fa32a81b8
|
update demos title
|
2015-12-26 00:52:30 +08:00 |
|
afc163
|
16abf46071
|
Fix markdown eslint errors, update .eslintrc
|
2015-11-25 18:10:34 +08:00 |
|
afc163
|
30b6aeaa04
|
rowSelection getCheckboxProps, defaultValue should be defaultChecked
|
2015-11-04 17:23:20 +08:00 |
|
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
2015-10-28 20:55:49 +08:00 |
|
yiminghe
|
76b0f673ec
|
beta2
|
2015-10-20 16:47:55 +08:00 |
|
afc163
|
100adfc69a
|
update row select argument name
|
2015-10-10 11:35:31 +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 |
|