zombieJ
2164c58198
New Component: Empty ( #13651 )
6 years ago
Wei Zhu
96e1d770ec
Revert "fix"
This reverts commit 839d0dcb09
.
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
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
yibu.wang
839d0dcb09
fix
6 years ago
Sam Lanning
e56e1a71c3
[chore] fix useless assignments to local variables
This commit addresses all the instances of useless assignments to
local variables, as found by LGTM.com
6 years ago
zy410419243
2bfc23b6f1
fix: render correctly when set childrenColumnName
6 years ago
zombieJ
68ad468938
move sorter logic from div to th cell ( #13669 )
fix #13467
6 years ago
afc163
860809f173
✅ fix invalid title in div
6 years ago
陈帅
daca08b6f1
merge master
6 years ago
陈广亮
1e0400704b
fix getColumnTitle bug
title: <div>
<span>title</span>
null
</div>
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombiej
821ced5e30
fix filtered record miss selectedRows
fix #11384
6 years ago
zy410419243
4b6d2ede2f
pref: fix codecov problem
6 years ago
zy410419243
ddec8a4db6
test: update snapshots
6 years ago
zy410419243
32d1f2852a
fix: add title type
6 years ago
zy410419243
20de214c49
pref: fix ci problem
6 years ago
zy410419243
374c831822
pref: fix lint problem
6 years ago
zy410419243
4354e0aec4
fix : #13312
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
Laith
2bf0fadb11
Starting sort order with 'ascend', then 'descend', then undefined. ( #13069 )
6 years ago
zombiej
8fbfa1f876
should check more strict to avoid shallow compare miss match
fix #13028
6 years ago
ztplz
6ad23c370e
Fix CI
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
f1d1d87de0
Fix unexpected column title in unsorted columns
6 years ago
afc163
688f4ec8d6
Fix sort state not change when columns in render
close #12571
6 years ago
afc163
419287de2b
Fix sort event on every columns when sorter is true
close #12515
6 years ago
Wei Zhu
ff0595733f
refactor: use instanceof instead typeof
6 years ago
Wei Zhu
2bf2bb5af4
fix: type error
6 years ago
zombieJ
2cd0ca3225
Get the filtered data after executing the filter function on the dataSource ( #12369 )
* update testcase
* rename as currentDataSource
6 years ago
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