Benjy Cui
|
62c22f31a9
|
docs: update demo for table
|
8 years ago |
Sergio Crisostomo
|
7bc43493c1
|
docs: Add info about how to turn off pagination (#4285)
|
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
|
ab8f8e4506
|
update table demo
|
8 years ago |
kvetoslavnovak
|
1ff8a020d1
|
docs: Table - Pagination - English Translation (#3268)
|
8 years ago |
Benjy Cui
|
63941ae665
|
docs: fix table demo format
|
8 years ago |
偏右
|
0b3186696c
|
docs: Translate table (#2594)
|
8 years ago |
Benjy Cui
|
ecaa6c56c3
|
style: enable comma-dangle
|
9 years ago |
afc163
|
26785a4c7d
|
improve code style
|
9 years ago |
Benjy Cui
|
df3ba36720
|
docs: remove useless newline in documentation
|
9 years ago |
afc163
|
29ceb8862d
|
fix: controlled pagination.current should not respond user interaction
ref #1311
|
9 years ago |
Benjy Cui
|
03d09b66e8
|
docs: update demo format
|
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 |
Benjy Cui
|
64cde2e905
|
fix: Pagination.onChange should be called #824
|
9 years ago |
afc163
|
91bd7f22c0
|
use mountNode replace the long getElementById
|
9 years ago |
Benjy Cui
|
38083e5a9f
|
feat: expose `onShowSizeChange`
|
9 years ago |
afc163
|
62d4bbd573
|
remove remote dataSource
|
9 years ago |
afc163
|
16abf46071
|
Fix markdown eslint errors, update .eslintrc
|
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 |
afc163
|
52b639faba
|
Should update table data when changing pageSize
fix #317
|
9 years ago |
afc163
|
90e8296949
|
Fix table key warning
|
9 years ago |
afc163
|
ba61ebd54b
|
支持动态传入分页信息
|
9 years ago |
afc163
|
fb3b16ddc2
|
修复本地模式的 table 分页 current 页面失效的问题
|
9 years ago |
jljsj
|
6c99ebb170
|
update radio
|
9 years ago |
afc163
|
07f0ace6eb
|
fix table style and local mode
|
9 years ago |
afc163
|
4cd12077cb
|
update table demos
|
10 years ago |
afc163
|
ad04649366
|
ajax paging table
|
10 years ago |
afc163
|
17aabfa070
|
update paging
|
10 years ago |
afc163
|
7ea054b3ff
|
update table API, local data mode finished
|
10 years ago |
afc163
|
c89a0c1441
|
fill demos with title
|
10 years ago |
afc163
|
82c110ac5d
|
Add table demos
|
10 years ago |
afc163
|
76fbc4360b
|
坑位变动
|
10 years ago |
afc163
|
51ac1b3617
|
二期组件挖坑
|
10 years ago |
afc163
|
515ce029f3
|
rename theme to site
|
10 years ago |
afc163
|
c5e67da18f
|
first commit
|
10 years ago |