react-sortable-table-demo
react-sortable-table-demo copied to clipboard
Consider using group only if scrollable
The group wrapper on the table creates undesirable screen reader verbosity. I understand the need when there is a focusable div wrapping the table to support scrolling. However, if the table is not scrollable and the div is thus not focusable, it would make a cleaner presentation if the role group and aria-labelledby were left out.