Kim, Harim
850a5b4567
Docs: fix table demo typing error ( #20115 )
* Docs: fix table demo typing error
* test: update snapshots (#20115 )
* test: update snapshots (#20115 )
5 years ago
Olivier Louvignes
103920e4f5
Add defaultFilteredValues to table columns ( #18925 )
5 years ago
yoyo837
6db3711876
upgrade table demo : onChange add args extra
5 years ago
afc163
b780070351
💄 prittier all files
6 years ago
Harlan
6b6ec278cc
Table: add prop `sortDirections` for table and column ( #13773 )
* Table: add prop `sortMethods`
with `sortMethods` user can change table sort methods and its order
* Table: `sortMethods` can be set on column prop
* rename `sortMethods` to `sortDirections`
6 years ago
afc163
28f6c4891a
📝 fix demo order
6 years ago
zy410419243
61ae2267c5
pref: remove useless code
6 years ago
zy410419243
0f9788911e
revert: head.MD
6 years ago
zy410419243
4354e0aec4
fix : #13312
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
Li Chao
b92d4ed627
Update head.md
The parameters of the sorter method are rows
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
Ash Kumar
013932e6d3
Feature: (Issue 10213): Column 'sorter' function is passed 'sortOrder' as param ( #10306 )
* Table Column's sorter prop can now be provided a fn to which 'sortOrder' is passed as param
* head.md: added documentation for new use of 'sorter' prop function
7 years ago
Qingrong Ke
b50ca50bad
docs: update head.md of Table ( #9133 )
7 years ago
afc163
a3271d9a03
update demo code style
7 years ago
Graeme Yeates
8395de01a2
Add support for column defaultSortOrder ( #6449 ) ( #8111 )
Fixes #6449
7 years ago
Wei Zhu
1547b889b7
Revert "Add support for table default sort order" ( #7414 )
7 years ago
Graeme Yeates
40e94945d9
Add support for table default sort order ( #6449 )
7 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
kvetoslavnovak
e76f604e25
docs: Table - Filter and sorter - English Translation ( #3269 )
8 years ago
Benjy Cui
63941ae665
docs: fix table demo format
8 years ago
偏右
0b3186696c
docs: Translate table ( #2594 )
8 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
bc2bafff54
update table demo code style
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
a222b3898b
support submenu in table filter menu, ref #708
9 years ago
afc163
91bd7f22c0
use mountNode replace the long getElementById
9 years ago
afc163
a707df5276
Add filterMultiple in table column, close #442
9 years ago
afc163
753c01ae18
ES6 syntax for demo code
fix antd.notification
9 years ago
afc163
86c5ead45a
Add onChange prop to Table, fix #395
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
90e8296949
Fix table key warning
9 years ago
jljsj
6c99ebb170
update radio
9 years ago
afc163
07f0ace6eb
fix table style and local mode
9 years ago
afc163
ad04649366
ajax paging table
10 years ago
afc163
7ea054b3ff
update table API, local data mode finished
10 years ago