You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as 1 column is sortable, all <th> elements are added to the tab sequence ([tabindex="0"]), regardless of their corresponding column being sortable or not. I thought it might be due to the sort reset feature, but using no-sort-reset has no effect on this behavior.
Steps to reproduce the bug
Create a table with both sortable and non-sortable columns
Tab through the headers; you'll see non-sortable columns receive focus