Tab focus for datatable responsive
Tab focus for datatable responsive
ALJ
Posts: 2Questions: 0Answers: 0
It is good to have tab focus for datatable responsive(The Plus and minus toggle) with key press
This discussion has been closed.
Replies
Agreed - keyboard accessibility it something I am looking to add for the next major version. It isn't possible at the moment as it uses the
:after
pseudo element to display the icon, which can't be focused.Allan
Thank you so much.
I just done a temporary solution by adding tabindex 0 to every first td and added keydown event in responsive.js
Thanks