ant-design/components/table/hooks
afc163 5a6b3ccd98
fix: Table columns sorter a11y experience (#35269)
* Make table sortable columns focusable and keyboard accessible.

* Fix typo.

* Change focus style for sortable table column header from broken outline to color text.

* Update snapshots.

* Change order to fix lint error.

* Add unit test to test sorting with keypress.

* Update components/table/hooks/useSorter.tsx

* chore: improve code style

* style: use focus-visible

* fix: test case

* test: update snapshot

Co-authored-by: Katsiaryna Pustakhod <Katsiaryna_Pustakhod@epam.com>
2022-04-27 16:27:13 +08:00
..
useFilter perf: optimize calculation of filteredKeysIsAllControlled (#35064) 2022-04-23 17:11:52 +08:00
useLazyKVMap.ts chore: Update Table ts definition (#29084) 2021-01-28 01:21:58 +08:00
usePagination.ts Revert "fix: The current change of pagination triggers onChange (#33411)" (#33489) 2021-12-30 15:15:00 +08:00
useSelection.tsx feat: Menu support items (#34559) 2022-03-18 15:20:35 +08:00
useSorter.tsx fix: Table columns sorter a11y experience (#35269) 2022-04-27 16:27:13 +08:00
useTitleColumns.tsx New Table (#19678) 2019-11-15 14:35:25 +08:00