GridAccessibilityExtension Add-on: GridAccessibilityExtension is an accessibility extension that enables adding the id attribute to Vaadin 8 Grid table headers (<th>) and headers attribute to the cells (<td>).
Current limitations:
- The extension will not work correctly if columns are reordered. Column reordering is not allowed by default in Grid, so if has not been explicitly enabled, this won’t be an issue.
- Header order – including empty headers – needs to be given to the extension as-is due to current limitations in Grid
HeaderCellcoupling withColumnsandCells
Comprehensive example for using this extension can be found in the DemoUI in GitHub.
Information on the accessibility standards this extension fulfills: