helpscout / hsds-react

Help Scout Design System (HSDS) — React Component Library
MIT License
86 stars 17 forks source link

Table: adds the ability to change the table role #1076

Closed tinkertrain closed 2 years ago

tinkertrain commented 2 years ago

Feature

We add a new table prop tableRole which changes the role attribute of the table element for special cases that require it.

When we change this attribute to something other than "table", we also make other attribute changes (in sortable tables)

We also adjust the row border focus from 2px to 3px And we update all table tests to use testing-library