Data-table JAWS reading problem.
Data-table JAWS reading problem.
girishPathak
Posts: 7Questions: 1Answers: 0
We are in very critical situation actually we are using jquery data-table in our application and this application is for blind people next month ending is the release but our problem is JAWS(508 compliance) is not reading data-table so can anyone help me out here please .
This discussion has been closed.
Answers
I tried with normal html table samples JAWS is reading properly but with data-table JAWS is saying no table found so please waiting for response if anyone help me out here ..
Note: We are using Chrome browser for testing ...
I've tested using JAWS before an never had a problem. Can you link to the page in question please.
Allan
Allan this is our table structure:
And using below method we are preparing the datatable(below ajaxDataTable method implementation we kept in common js file in our application):
Thanks for the code. However, to be able to offer any kind of assistance I would need a link to the page where the HTML has been generated so I can see what is happening and why.
If you have JAWS installed, you could try the DataTables base example and see if that works for you (it should!). If so, then compare that to your own code.
Allan
Thanks Allan i tried DataTables base example with JAWS 13.0 version it is reading the header and pagination information only , it is not reading table body content .
Hmm - odd. Thanks for letting me know about that. I will look into it and post back here when I can.
Allan
Thanks a lot Allan for replying back please let me know if u get anything regarding this.
Thanks Allan data-table jaws reading problem solved I upgraded my data-table version with Data-Tables 1.10.7 now it is working very fine . Thank you very much I referred Data-Tables base example then i compared my code with that and came to know that it is because of data-table version problem.
Ah! That is good to hear. I haven't realised you weren't already using the latest version.
Regards,
Allan