afc163
8d3cb85142
fix sort state when toggle between multiple columns
6 years ago
afc163
a0b8637783
destructuring assignment
6 years ago
afc163
f0974e0da7
support column.title as render props
```jsx
columns={[{
title: (filters, sortOrder) => <div>Title</div>,
}]}
```
close #11246
6 years ago
afc163
8feb15ea72
fix test case
6 years ago
afc163
6530de2961
revert getPopupContainer
6 years ago
afc163
209e40508d
fix sort
6 years ago
afc163
27e2654f0f
sort by click column area
6 years ago
afc163
6f67c435c2
separate filter and sort into two click area
6 years ago
afc163
4c84dad106
move filter icon to end of column head
6 years ago
Wei Zhu
064bfaf554
Add @types/prop-types
6 years ago
afc163
bead75021b
change and undocument onSelectMultiple cause it need more disscuss
6 years ago
littleLane
b23d742f1b
feat: add rowSelection.columnTitle to Table
6 years ago
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
6 years ago
afc163
e2b9e5d832
update warning message
6 years ago
Wei Zhu
c380186e79
fix: table custom components not change
6 years ago
Tomáš Szabo
bf5b6ae1f3
Fix incompatible type error for Table[size] prop
7 years ago
Zheeeng
59fe98a194
Add position config for List pagination ( #10581 )
7 years ago
Wei Zhu
8a6d9b92b7
Improve table types
Fix #10374
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
afc163
15c6d58796
Table getCheckboxProps should be updated when rerender
close #10133
7 years ago
Terence
4458f3dde1
Fix missing key of column.title in Table ( #9658 ) ( #9670 )
7 years ago
Camol
2aed46012e
[feature]: add native Event - related to #9368 ( #9376 )
* [feature]: add native Event - related to #9368
* update tests and rc-checkbox's version
7 years ago
Wei Zhu
f78e0098fa
Improve Radio/Checkbox type definition
Close #9574
7 years ago
SimpleFrontend
9073237e70
Added selectionColumnWidth to TableRowSelection ( #9474 )
* Added selectionColumnWidth to TableRowSelection
* Updated documents
* Renamed selectionColumnWidth to columnWidth
7 years ago
Camol
ae2990e241
feature: [Table] Pagination on the top in addition to the bottom. fix… ( #9357 )
* feature: [Table] Pagination on the top in addition to the bottom. fix (#9346 )
* refactor pagination of table (#9357 )
* specify the position of pagination when using table - add test
* specify the position of pagination when using table - update API docs
* update api docs
* fix error
* add TablePaginationConfig extends PaginationProps
7 years ago
Wei Zhu
f1fd85780e
Revert "fix type of column dataIndex ( #9298 )"
This reverts commit f8e996ee8e
.
Close #9393
7 years ago
Wei Zhu
7d5db31e67
Fix table custom spin indicator
Fix #9355
7 years ago
afc163
2909e5f651
Fix sorter icon click area overflow in Table
close #8979
7 years ago
Leo
f8e996ee8e
fix type of column dataIndex ( #9298 )
7 years ago
mgrdevport
5fd741bf21
Pass name prop down to the table selection input ( #9054 )
7 years ago
sallen450
a9562e75fe
Fix(Table): Hide emptyType in `Table` when `loading` prop is true ( #9095 )
* fix(Table): Hide text in when prop is true
* test(Table): renders empty table without emptyText when loading
* refactor: code style
7 years ago
afc163
63c620240b
emptyText should support function, close #8871
7 years ago
Wei Zhu
a64337748a
Fix table row create on every render.
Fix #8283
7 years ago
Wei Zhu
5cb5a2ae9d
Fix implicit any error for Table
7 years ago
Wei Zhu
22e5c0d954
Allow fix table selection column ( #8195 )
7 years ago
Wei Zhu
67336fca7b
Rename TableRow to BodyRow
7 years ago
Wei Zhu
5970dbb1ec
Fix table row selected className
Close #8074 #8075
7 years ago
Wei Zhu
f78d33ed59
Update rc-table ( #8187 )
* Update rc-table
* Add table drag sorting demo
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
Graeme Yeates
8395de01a2
Add support for column defaultSortOrder ( #6449 ) ( #8111 )
Fixes #6449
7 years ago
Benjy Cui
e5699aff68
fix: should not import moment while useless, close : #8013
7 years ago
afc163
86da4a95ce
Fix lint
7 years ago
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
7 years ago
afc163
a4a0816e5a
code indent
7 years ago
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
7 years ago
feng zhi hao
58fd54e978
fix: Table not trigger custom selection onSelect when hideDefaultSelections is true ( #7653 )
7 years ago
爱but的苍蝇
644891f8f6
add Table scroll typings ( #7640 )
7 years ago
Wei Zhu
1547b889b7
Revert "Add support for table default sort order" ( #7414 )
7 years ago
偏右
a7200c906c
Add hideDefaultSelections ( #7342 )
close #7295
7 years ago
Graeme Yeates
d21523ef8c
Use classNames to set ant-column-sort Table attribute
7 years ago