julie4754
julie4754
The grid pagers are created using tables which have no headers and accessibility checkers flag this as a violation. Consider not using tables for the pager or introduce table headers....
Div elements created by jqgrid are created with ids but not names. As these dvs are interactive, WCAG say these should have names. Rule: Interactive component must have a programmatically...
The tr and tr elements created by jqgrid have roles and these elements should not have roles according to WCAG as these already have clear purposes. This may be a...
When an exception is raised, the end of the following code: ``` function startProcessor(i, renderedRowsToProcess) { // Get the processor at 'i' var processor = self.rowsProcessors[i].processor; // Call the processor,...