Reading DataTable contents with JAWS
Reading DataTable contents with JAWS
Hello,
I want to use DataTable for the Blind with JAWS as a screen reader application. How can I configure DataTable to use JAWS to read table contents when I use the keyboard to move between rows in table contents? is any example of this issue?
tnx
Answers
It should just work automatically. DataTables is using a plain HTML
table
. Note that scrolling (scrollY
andscrollX
) can cause issues since it needs more complicated HTML.Allan