afc163
|
aaf28299ce
|
fix table column align in demo
|
8 years ago |
afc163
|
51f1403e14
|
align table head in demo
|
8 years ago |
afc163
|
77b382fb1c
|
update table demo
|
8 years ago |
afc163
|
106d9a70e2
|
update table demo
|
8 years ago |
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
|
05213a5827
|
update table demos
|
8 years ago |
kvetoslavnovak
|
142227d3fa
|
docs: Table - border, title and footer - English Trans. (#3273)
|
8 years ago |
Benjy Cui
|
87753482bf
|
style: update code style to please lint, close: #2811
|
8 years ago |
afc163
|
0670b05e50
|
Improve code style
|
8 years ago |
Benjy Cui
|
63941ae665
|
docs: fix table demo format
|
8 years ago |
偏右
|
0b3186696c
|
docs: Translate table (#2594)
|
8 years ago |
ddcat1115
|
eba54529ca
|
table-title style (#2452)
|
8 years ago |
Benjy Cui
|
ecaa6c56c3
|
style: enable comma-dangle
|
9 years ago |
afc163
|
a1058db8df
|
fix bordered Table
|
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 |
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
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
9 years ago |
afc163
|
d1d3329674
|
fix boolean attribute lint errors
|
9 years ago |
afc163
|
16abf46071
|
Fix markdown eslint errors, update .eslintrc
|
9 years ago |
afc163
|
57c12fa3ae
|
Add table column className demo
|
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
|
137e40acae
|
bordered table
|
9 years ago |
逸达
|
7ba8e08b5a
|
加入Table 远程模式支持由外界发起请求方法
|
9 years ago |
afc163
|
b7d204967d
|
Refactor node pagination code, Add noPagination demo
|
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 |