ant-design/components/table/hooks
Yuan d01aa2539e
fix: filters in column.children should render (#27435)
* fix: filters in column.children should render 

when a column has filter and it's children also have filters, all these filters in children can not render. this problem can not be found when use sorter.

* test: add test for this fix

* Update components/table/__tests__/Table.filter.test.js

Co-authored-by: 偏右 <afc163@gmail.com>
2020-11-04 15:44:13 +08:00
..
useFilter fix: filters in column.children should render (#27435) 2020-11-04 15:44:13 +08:00
useLazyKVMap.ts fix: Table crash when dataSource contains number (#26042) 2020-08-05 22:29:38 +08:00
usePagination.ts fix: Table onShowSizeChange trigger twice (#27417) 2020-10-28 12:56:05 +08:00
useSelection.tsx fix: Table crash when dataSource contains number (#26042) 2020-08-05 22:29:38 +08:00
useSorter.tsx fix: table multiple sorter (#24852) 2020-06-08 22:45:53 +08:00
useTitleColumns.tsx New Table (#19678) 2019-11-15 14:35:25 +08:00