How do I create an accessible datatable that only uses a keyboard with screenreader?
How do I create an accessible datatable that only uses a keyboard with screenreader?
hetheryh
Posts: 1Questions: 1Answers: 0
Is there any way to create an accessible datatable that I can navigate with only my keyboard - for ada compliance?
This discussion has been closed.
Answers
Sure - just use
$().DataTable();
:-). It is already keyboard accessible.Allan