afc163
|
67c0e2ad0e
|
update document
|
9 years ago |
勤拭
|
7664a41f9b
|
调整格式
|
9 years ago |
勤拭
|
6e184378bf
|
文档逗号改为中文格式
|
9 years ago |
勤拭
|
c2e67f72ed
|
standard format
|
9 years ago |
勤拭
|
e9cfca0d89
|
support colspan and rowspan
|
9 years ago |
afc163
|
753c01ae18
|
ES6 syntax for demo code
fix antd.notification
|
9 years ago |
afc163
|
0193df102b
|
update table ajax demo
|
9 years ago |
afc163
|
f7ef12acf1
|
Remove some demo
|
9 years ago |
afc163
|
64b4031d7a
|
Fix key warning in table demo
|
9 years ago |
afc163
|
86c5ead45a
|
Add onChange prop to Table, fix #395
|
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 |
Benjy Cui
|
5b86a4be1d
|
refactor: replace `button` tag with `Button` component
|
9 years ago |
elrrrrrrr
|
1640a34c4c
|
chore: 迁移 table iconfont
|
9 years ago |
afc163
|
52b639faba
|
Should update table data when changing pageSize
fix #317
|
9 years ago |
zhujun24
|
af6a8d31ee
|
optimize
|
9 years ago |
zhujun24
|
95465a6794
|
add expand table
|
9 years ago |
afc163
|
90e8296949
|
Fix table key warning
|
9 years ago |
afc163
|
6d2dcc4539
|
allow dataSourse controlled by parent in local mode
|
9 years ago |
afc163
|
38cbaf1239
|
dataSource clone config should not be overwrited by origin config, fix #200
|
9 years ago |
afc163
|
137e40acae
|
bordered table
|
9 years ago |
afc163
|
f5afbf16aa
|
Improve table ajax dataSource
1. Add ajax data params support
2. improve dataSource.clone for new config
|
9 years ago |
afc163
|
4c8d3994a2
|
improve code style
|
9 years ago |
yiminghe
|
d60fca4993
|
fix datasource
|
9 years ago |
afc163
|
6d2cf352c3
|
return promise object from fetch
|
9 years ago |
afc163
|
cfaabbb825
|
Improve dataSource implementation
1. move advance-ajax to ajax demo
2. remove plain object dataSource support
3. use propTypes over judgement of constructor
|
9 years ago |
逸达
|
7ba8e08b5a
|
加入Table 远程模式支持由外界发起请求方法
|
9 years ago |
afc163
|
b6fe8021f8
|
render when change dataSource
|
9 years ago |
afc163
|
ba61ebd54b
|
支持动态传入分页信息
|
9 years ago |
afc163
|
fb3b16ddc2
|
修复本地模式的 table 分页 current 页面失效的问题
|
9 years ago |
afc163
|
b7d204967d
|
Refactor node pagination code, Add noPagination demo
|
9 years ago |
jljsj
|
6c99ebb170
|
update radio
|
9 years ago |
afc163
|
f0e0b9c86f
|
update ant-divider
|
9 years ago |
afc163
|
07f0ace6eb
|
fix table style and local mode
|
9 years ago |
afc163
|
9f1fbb9ebe
|
selectRows
|
9 years ago |
afc163
|
b0f3a552b6
|
sort params
|
9 years ago |
afc163
|
4cd12077cb
|
update table demos
|
10 years ago |
afc163
|
a6661386c4
|
update ajax table demo
|
10 years ago |
afc163
|
4d2119c358
|
prepare getParams arguments, filters, pagination, sorters
|
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
|
29068a0797
|
update filter.md
|
10 years ago |
afc163
|
e982ab46ae
|
improve filter
|
10 years ago |
afc163
|
d843379008
|
finish sort function
|
10 years ago |
afc163
|
b53e76afff
|
sort demo
|
10 years ago |
afc163
|
6da3a29c07
|
small size table
|
10 years ago |
afc163
|
ed9b0c507c
|
load datasource in table, update API
|
10 years ago |
afc163
|
c6889fa259
|
load datasource in table
|
10 years ago |