Open
Description
Use case
Sometimes columns will not have any visible header text labels, e.g., for an index column. Currently, using role=columnheader
will trigger accessibility failures such as https://dequeuniversity.com/rules/axe/4.5/empty-table-header
Proposed solution
Consider adding an option to change the role to cell
.