-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(VDataTableColumn): columns are not keyboard-accessible fixes #20899 #20939
base: master
Are you sure you want to change the base?
fix(VDataTableColumn): columns are not keyboard-accessible fixes #20899 #20939
Conversation
7e18c0a
to
8697fea
Compare
@johnleider - Can you please review this PR |
This allows the focusing of the columns but no actual interaction. |
@johnleider - Bug #20899 asks only for tabbing of table cells (Actual Behavior - Sortable headers are not tabbable.) |
To me, tab support assumes keyboard interaction for changing the sort. |
8697fea
to
eb82be7
Compare
@johnleider I have added changes for keyboard interaction for changing the sort in latest commit, please review |
9de6a0d
to
72d3e97
Compare
fixes #20899
Description
Added default tabindex to 0 for the cells in the table.
Markup: