JAWS Screen reader is not Reading the HEADER NAME, instead it is reading the HEADER Number
JAWS Screen reader is not Reading the HEADER NAME, instead it is reading the HEADER Number
Hello Guys!
I am using JQUERY datatable, everything works fine but there is one major issue that I am facing using JAWS screen reader is, it is not able to read the header of the table, Instead it announces the number of column it is reading.
here is how my table is built with jquery
$('#table').dataTable({
bJQueryUI: true,
sPaginationType: "full_numbers",
"bAutoWidth": true,
"sScrollX": true,
"scrollY": 325,
"bPaginate": true,
"bScrollCollapse": false,
"iDisplayLength": 25
});
Any Ideas?