Benjy Cui
|
63941ae665
|
docs: fix table demo format
|
2016-08-15 08:07:03 +08:00 |
|
偏右
|
0b3186696c
|
docs: Translate table (#2594)
|
2016-08-15 07:54:01 +08:00 |
|
Benjy Cui
|
2144349741
|
style: enable react/jsx-closing-bracket-location
|
2016-06-06 13:54:10 +08:00 |
|
afc163
|
26785a4c7d
|
improve code style
|
2016-05-03 14:15:29 +08:00 |
|
afc163
|
03cb74ead5
|
upgrade eslint-config-airbnb version and fix some problems
|
2016-04-29 12:13:27 +08:00 |
|
Benjy Cui
|
df3ba36720
|
docs: remove useless newline in documentation
|
2016-04-01 10:08:19 +08:00 |
|
Benjy Cui
|
03d09b66e8
|
docs: update demo format
|
2016-03-31 09:40:55 +08:00 |
|
afc163
|
3738eb3b73
|
update code style
|
2016-03-02 14:52:24 +08:00 |
|
Benjy Cui
|
cd1391e6a2
|
style: update code style for object-curly-spacing
|
2016-01-27 17:00:58 +08:00 |
|
afc163
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
2015-12-29 12:08:58 +08:00 |
|
afc163
|
16abf46071
|
Fix markdown eslint errors, update .eslintrc
|
2015-11-25 18:10:34 +08:00 |
|
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
2015-10-28 20:55:49 +08:00 |
|
afc163
|
64b4031d7a
|
Fix key warning in table demo
|
2015-10-27 17:27:11 +08:00 |
|
yiminghe
|
76b0f673ec
|
beta2
|
2015-10-20 16:47:55 +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 |
|
zhujun24
|
af6a8d31ee
|
optimize
|
2015-09-10 11:15:36 +08:00 |
|
zhujun24
|
95465a6794
|
add expand table
|
2015-09-10 11:04:31 +08:00 |
|