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?
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