ant-design/components/table/__tests__
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
..
__snapshots__ fix: Table columns sorter a11y experience (#35269) 2022-04-27 16:27:13 +08:00
demo-extend.test.ts test: Demo check popup content (#33378) 2021-12-23 11:51:10 +08:00
demo.test.js chore: Remove React function polyfill (#19279) 2019-10-18 11:29:34 +08:00
empty.test.js fix: Table expanded logic (#22832) 2020-04-01 20:57:35 +08:00
image.test.ts test: demo -> ui test (#24475) 2020-10-23 18:50:46 +08:00
Table.expand.test.js fix: The 'indentSize' in the Table component couldn't be zero value (#25890) 2020-07-30 10:16:44 +08:00
Table.filter.test.js perf: optimize calculation of filteredKeysIsAllControlled (#35064) 2022-04-23 17:11:52 +08:00
Table.order.test.js feat: Support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN (#33026) 2021-11-26 17:50:41 +08:00
Table.pagination.test.js test: add test case for #33487 (#33492) 2021-12-31 10:44:16 +08:00
Table.rowSelection.test.js test: wrap React.StrictMode for test cases (#35026) 2022-04-18 21:02:11 +08:00
Table.sorter.test.js fix: Table columns sorter a11y experience (#35269) 2022-04-27 16:27:13 +08:00
Table.test.js test: wrap React.StrictMode for test cases (#35026) 2022-04-18 21:02:11 +08:00
type.test.tsx fix: Table ts definition (#32358) 2021-09-30 11:43:42 +08:00