Open arnodemer opened 10 months ago
All keyboard and Accessibility issues are being addressed by PrimeTek in an upcoming release.
You can see on PrimeVue what PrimeReact will be getting: https://primevue.org/datatable/#accessibility
@melloware hope this will be fixed in primereact v11, thanks.
Describe the bug
Unable to change datatable column's sort direction using keyboard (but click on header works).
This is a regression since v9.6.5-snapshot, and an accessibility issue.
Reproducer
https://primereact.org/datatable/
PrimeReact version
10.2.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Opera One(version: 105.0.4970.34), Chroem Version 120.0.6099.71, ...
Steps to reproduce the behavior
Note: select v9.6.5-snapshot: Enter key will works to change column sort order.
Expected behavior
Datatable column sort direction must be changed hen user hit enter key (Treetable component works)