I am currently working on a project that requires tables to be accessible following the wcag 2.1 standards. The current structure of datagrid2 is that each row has a tabindex of -1. This needs to change to be 0 for all rows. It might be nice also to be able to change that when editing the datagrid2 under behavior tab.
I am currently working on a project that requires tables to be accessible following the wcag 2.1 standards. The current structure of datagrid2 is that each row has a tabindex of -1. This needs to change to be 0 for all rows. It might be nice also to be able to change that when editing the datagrid2 under behavior tab.