carbon-addons-iot-react
carbon-addons-iot-react copied to clipboard
[Table] [A11y] headers="expand" should be removed from first column <td>
trafficstars
What package is this for?
- [X] React
- [?] Angular
Describe the bug
The 'headers' attribute with value "expand" does not reference a valid 'id' in the document
Expected behavior
The
header="expand" which is supposed to point to the id of a Environment/versions:
carbon-addons-iot-reactversion: 2.150.0
Additional context

This attribute is coming from Carbon. After looking into their own issue for this the fix is to add id to their TableHeader component as they have done in this PR
On next branch, I can still see headers='expand' on the TableExpandRow with no id. I can still see the a11y violations.

