LaunchPadLab / lp-components

Our Components
http://lp-components.herokuapp.com
MIT License
5 stars 1 forks source link

Sortable Table Header cells are not accessible via keyboard or read as clickable by screen reader #475

Open chawes13 opened 3 years ago

chawes13 commented 3 years ago

The child of the th should likely be a button to get most of this functionality for free.

The th should also have the correct aria-sort property.

Example: https://dequeuniversity.com/library/aria/table-sortable

Raised by @kweingart08