偏右
|
0b3186696c
|
docs: Translate table (#2594)
|
8 years ago |
afc163
|
500f3e1b30
|
Improve getCheckboxProps perf via caches, close ant-design/ant-design#2086
|
9 years ago |
afc163
|
26785a4c7d
|
improve code style
|
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
|
1e08883315
|
update table selection demo
|
9 years ago |
Benjy Cui
|
29825f20c8
|
style: update code style to please lint
|
9 years ago |
Benjy Cui
|
9d022ff84c
|
style: update code style to please lint
|
9 years ago |
Benjy Cui
|
68b51e298d
|
style: update code style for space-before-function-paren
|
9 years ago |
afc163
|
663e3c4231
|
update table demo title
|
9 years ago |
afc163
|
28b75ce8da
|
Add rowSelection onChange, #786
|
9 years ago |
afc163
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
9 years ago |
afc163
|
6fa32a81b8
|
update demos title
|
9 years ago |
afc163
|
16abf46071
|
Fix markdown eslint errors, update .eslintrc
|
9 years ago |
afc163
|
30b6aeaa04
|
rowSelection getCheckboxProps, defaultValue should be defaultChecked
|
9 years ago |
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
9 years ago |
yiminghe
|
76b0f673ec
|
beta2
|
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 |
afc163
|
90e8296949
|
Fix table key warning
|
9 years ago |
jljsj
|
6c99ebb170
|
update radio
|
9 years ago |
afc163
|
07f0ace6eb
|
fix table style and local mode
|
9 years ago |
afc163
|
9f1fbb9ebe
|
selectRows
|
9 years ago |
afc163
|
4cd12077cb
|
update table demos
|
10 years ago |
afc163
|
7ea054b3ff
|
update table API, local data mode finished
|
10 years ago |
afc163
|
4d2ce026ce
|
row selection
|
10 years ago |
afc163
|
c89a0c1441
|
fill demos with title
|
10 years ago |
afc163
|
f47b29817a
|
import component rc-table
|
10 years ago |
afc163
|
82c110ac5d
|
Add table demos
|
10 years ago |