yiminghe
|
fdee139459
|
add className for table
|
9 years ago |
afc163
|
86c5ead45a
|
Add onChange prop to Table, fix #395
|
9 years ago |
afc163
|
eed88125f1
|
Fix document
|
9 years ago |
yiminghe
|
76b0f673ec
|
beta2
|
9 years ago |
afc163
|
dc47b1cd5b
|
fix reqwest
|
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
|
05347da926
|
not emit fetch when there is no dataSource change, #347
|
9 years ago |
afc163
|
52b639faba
|
Should update table data when changing pageSize
fix #317
|
9 years ago |
afc163
|
88108b9fb9
|
Fix loading icon position in empty table
|
9 years ago |
afc163
|
13ebd2d76d
|
Fix pagination in table
|
9 years ago |
zhujun24
|
af6a8d31ee
|
optimize
|
9 years ago |
zhujun24
|
95465a6794
|
add expand table
|
9 years ago |
afc163
|
b35f85751b
|
update table api
|
9 years ago |
afc163
|
579ad01fc5
|
rollback for reqwest
|
9 years ago |
afc163
|
b25b48b6e5
|
fix reqwest
|
9 years ago |
afc163
|
691b0147b1
|
update eslintrc and fix code
|
9 years ago |
afc163
|
f7308fbb48
|
Replace reqwest via reqwest-without-xhr2
Fork reqwest to https://github.com/ant-design/reqwest,
Remove xhr2 dependency cause it is useless in browser side, it will
cause some bugs in different pack solutions, waiting offcial repo resolve this problem: https://github.com/ded/reqwest/issues/204
ref: #216
|
9 years ago |
chencheng (云谦)
|
0c40b6af68
|
typo fix
|
9 years ago |
afc163
|
e45fbaad7f
|
empty table should not have pagination
|
9 years ago |
afc163
|
4c54644116
|
Add empty style for 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
|
c799326e7f
|
default pagination current page
|
9 years ago |
afc163
|
9b8abb2199
|
loading should be in remote mode
|
9 years ago |
afc163
|
38cbaf1239
|
dataSource clone config should not be overwrited by origin config, fix #200
|
9 years ago |
afc163
|
c33569e4d1
|
ref #190
|
9 years ago |
afc163
|
86c90f0109
|
只有 dataSource 的变化才能从外面触发新请求
另外,is-equals-shallow 的比较始终是 false,因为 props.columns 是 array
|
9 years ago |
afc163
|
fdf19520d6
|
Add component type
|
9 years ago |
afc163
|
cfaf31b47c
|
update demo title
|
9 years ago |
afc163
|
5264263849
|
Replace jQuery.ajax via reqwest, fix #142
https://github.com/ded/reqwest
need xhr2 as peerDependency
|
9 years ago |
afc163
|
6b32f18f79
|
improve table filter dropdown
|
9 years ago |
afc163
|
2eecc1071b
|
update eslint and fix indent problems
|
9 years ago |
afc163
|
f6aaefa43f
|
remove useless code for sorter className
|
9 years ago |
afc163
|
d1b581be06
|
fix table dataSource propTypes
|
9 years ago |
afc163
|
dfff7ef86b
|
fix sort and filter
|
9 years ago |
yiminghe
|
f8f1fd292c
|
fix sort
|
9 years ago |
yiminghe
|
5241f6a472
|
rebase
|
9 years ago |
yiminghe
|
d95d4e4aea
|
fix sort
|
9 years ago |
afc163
|
ea8572d7a4
|
Do not modify props in Table
|
9 years ago |
yiminghe
|
e24850f42d
|
disabled prop modify
|
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 |
yiminghe
|
eef1da7ed6
|
upgrade menu
|
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 |