ant-design/components/table/hooks
jeessy2 221d404986 fix: 4.0 table filters value may be previous (#19873)
* fix: 4.0 table filters value may be previous

* create a sync variable to resolve async 'setFilteredKeys'

* useSyncState to fix 'setFilteredKeys' async

* new line

* new line

* add ,

* removed 'setFilteredKeys' and re-render useSyncState

* menu must be a array
2019-11-26 14:25:33 +08:00
..
useFilter fix: 4.0 table filters value may be previous (#19873) 2019-11-26 14:25:33 +08:00
useLazyKVMap.ts New Table (#19678) 2019-11-15 14:35:25 +08:00
usePagination.ts New Table (#19678) 2019-11-15 14:35:25 +08:00
useSelection.tsx New Table (#19678) 2019-11-15 14:35:25 +08:00
useSorter.tsx New Table (#19678) 2019-11-15 14:35:25 +08:00
useSyncState.ts fix: 4.0 table filters value may be previous (#19873) 2019-11-26 14:25:33 +08:00
useTitleColumns.tsx New Table (#19678) 2019-11-15 14:35:25 +08:00