orzyyyy
ac3f319ad2
fix: lint:es
5 years ago
zombieJ
e67270cd59
fix: Table with sort should reset to first page ( #17020 )
* sort reset pagination
* add test case
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
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
Laith
2bf0fadb11
Starting sort order with 'ascend', then 'descend', then undefined. ( #13069 )
6 years ago
afc163
a7f17b4cde
Fix sort order broken issue when columns were put in render
will handle these situation
- with 'key'
- with function has same stringify value
close #12870
close #12737
6 years ago
afc163
688f4ec8d6
Fix sort state not change when columns in render
close #12571
6 years ago
afc163
8d3cb85142
fix sort state when toggle between multiple columns
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
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
Graeme Yeates
8395de01a2
Add support for column defaultSortOrder ( #6449 ) ( #8111 )
Fixes #6449
7 years ago
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
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
Wei Zhu
1a8e738142
Set snapshotSerializers
8 years ago
Wei Zhu
f567342d95
Fix grouping column table sort and filter in controlled mode ( #5211 )
Close #5158
8 years ago
Wei Zhu
666e80a1ba
tests: Fix table import
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago