orzyyyy
|
63b33d4020
|
fix: unexpected changes of snapshots
|
5 years ago |
afc163
|
ce7ab240cf
|
🐛 Fix Table filterDropdown always trigger onChange
close #17833
|
5 years ago |
afc163
|
22179f3511
|
💄 code style optimizaiton
|
5 years ago |
afc163
|
173859e49c
|
✨ Add Table `getPopupContainer`
close #17548
close #16876
close #14864
close #14426
|
5 years ago |
afc163
|
57c28def68
|
revert unknown to any
|
6 years ago |
zombieJ
|
b77dbd331d
|
fix: Table crash when filter dynamic change (#17141)
* update test case
* fix: Table change filter should not crash
* rm focus test
|
6 years ago |
Zzzen
|
f1ee189bd2
|
eliminate `any` type in exported interfaces.#14044
|
6 years ago |
afc163
|
969c171da1
|
fix filterDropdown type
|
6 years ago |
zombieJ
|
87a9c421a2
|
fix: Fix Table filter display issue when use non-string type (#15817)
* fix filter display logic
* update test case
|
6 years ago |
zombieJ
|
a802a72d56
|
Fix Table filter can not support other type of value (#15046)
* use new life cycle
* filter support inner value maps
* update snapshot
* update test case
* simple code
|
6 years ago |
afc163
|
a9c8874854
|
🐛 Fix custom filterDropdown trigger sorter
close #14238
|
6 years ago |
陈帅
|
8e11f0bdb9
|
merge support prettier
|
6 years ago |
陈帅
|
dca9715186
|
support prettier
|
6 years ago |
zombiej
|
8fbfa1f876
|
should check more strict to avoid shallow compare miss match
fix #13028
|
6 years ago |
Wei Zhu
|
ff0595733f
|
refactor: use instanceof instead typeof
|
6 years ago |
Wei Zhu
|
fe677e2966
|
fix: type error of filterDropdown
|
6 years ago |
afc163
|
bcb06ec174
|
Add active style of filtered state
|
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 |
zombiej
|
954c7ecd8e
|
fix #12284. confirmFilter is after set state
|
6 years ago |
Andrzej Dybionka
|
968371b22a
|
fix: table onChange event is fired every time when close filterDropdown
Close #11164
|
6 years ago |
Wei Zhu
|
1af4392ae9
|
feat: filterIcon can be a function
|
6 years ago |
Christian Vadalà
|
59cc3a8b6c
|
feat: adds ability to override filter renderer without migrate to a fully controlled component
|
7 years ago |
afc163
|
b1d60f5ce1
|
Fix filterIcon className of Table, close #10937
|
7 years ago |
afc163
|
6eef4d0a42
|
chore: code style
|
7 years ago |
Christian
|
f4b8a58480
|
fixes #10289 and #10209: lost of user selection on table data updates (#10332)
* fixes #10289 and #10209: lost of user selection on table data updates
* adds shallowequal check
|
7 years ago |
Junbin Huang
|
3a3d550b54
|
chore: upgrade menu (#10305)
* chore: upgrade menu and select
* Add test case for coverage percent
|
7 years ago |
Wei Zhu
|
5df04e6827
|
Fix lint
|
7 years ago |
Wei Zhu
|
54242e968f
|
Set Table filter dropdown menu popup container
Fix #9209
|
7 years ago |
afc163
|
81472aaf3b
|
Fix custom filter dropdown focus issue, close #8411
|
7 years ago |
Wei Zhu
|
5cb5a2ae9d
|
Fix implicit any error for Table
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
ddcat1115
|
12819130ec
|
fix Table filter can't show after remove fixed setting. (#7962)
* fix Table filter can't show after remove fixed setting.
close #7909
* improve
|
7 years ago |
afc163
|
54c6b63e9f
|
Fix table filter menu overflow issue, close #6245
|
8 years ago |
afc163
|
42c3665517
|
filter dropdown should be render inside td
|
8 years ago |
陆离
|
15e6133867
|
Filter Icon of Table (#5293)
* Filter Icon of Table
+ close #5287
+ add `isFiltered` props for mark dataSource is filterd
+ improve CustomFilter Demo
* fix doc
* update
* custome filter icon
* custome filter icon
|
8 years ago |
偏右
|
0308138974
|
[WIP] upgrade deps (#5455)
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
|
8 years ago |
偏右
|
674255bd14
|
[WIP] upgrade deps (#5455)
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
|
8 years ago |
afc163
|
f6715df3b5
|
closest => dom-closest, fix ssr
|
8 years ago |
afc163
|
6ea75c4d85
|
Filter dropdown menu inside scroll body should never be shown, close #5010
|
8 years ago |
afc163
|
fbb6cb007f
|
max-height should not work on submenu filter, close #4975, ref #4916
|
8 years ago |
afc163
|
75128c8e22
|
fix ts error, ref #4675
|
8 years ago |
afc163
|
e5a735e888
|
fix ts error, ref #4675
|
8 years ago |
Wei Zhu
|
65d1f721d3
|
Fix Table multiple levels filter menu (#4548)
fix #4541
|
8 years ago |
Wei Zhu
|
66f7b050eb
|
Read initial visible state from column.filterDropdownVisible if it's available. (#4182)
fix #4162
|
8 years ago |
Wei Zhu
|
13e13f333d
|
fix: Wrap custom filterDropdown by FilterDropdownMenuWrapper, fix #4010 (#4013)
|
8 years ago |
Wei Zhu
|
bd55d21f83
|
style: Fix jsx-no-multiline-js (#3994)
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
|
8 years ago |
afc163
|
cc1f1be8bd
|
fix ts error
|
8 years ago |
afc163
|
a6d2de1a7b
|
controlled filterDropdown props, close #3003
|
8 years ago |
Benjy Cui
|
08e21e0a2f
|
refactor: close: #3490
|
8 years ago |