Benjy Cui
|
200b88246f
|
docs: update docs format
|
8 years ago |
Benjy Cui
|
3e17551b7e
|
site: improve build speed
|
8 years ago |
Wei Zhu
|
ed455c01d1
|
feat: Implement Table.Column and Table.ColumnGroup (#3868)
* Implement Table.Column and Table.ColumnGroup
* Upgrade rc-table
|
8 years ago |
afc163
|
9e6439b06c
|
fix title and footer height according to Table[size]
|
8 years ago |
afc163
|
ab8f8e4506
|
update table demo
|
8 years ago |
kvetoslavnovak
|
a7b9266e10
|
docs: Table - size - English Translation (#3272)
|
8 years ago |
Benjy Cui
|
63941ae665
|
docs: fix table demo format
|
8 years ago |
偏右
|
0b3186696c
|
docs: Translate table (#2594)
|
8 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
|
663e3c4231
|
update table demo title
|
9 years ago |
afc163
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
9 years ago |
afc163
|
ac337976be
|
update table demo
|
9 years ago |
afc163
|
833498269d
|
Add middle size table, ref #413
|
9 years ago |
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
9 years ago |
yiminghe
|
76b0f673ec
|
beta2
|
9 years ago |
RaoHai
|
2c1fda70d6
|
Table 列选择模式重构
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
return {
defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列
}
},
```
|
9 years ago |
zhujun24
|
95465a6794
|
add expand table
|
9 years ago |
afc163
|
90e8296949
|
Fix table key warning
|
9 years ago |
afc163
|
7ea054b3ff
|
update table API, local data mode finished
|
10 years ago |
afc163
|
6da3a29c07
|
small size table
|
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 |