Open
Description
Provide a general summary of the feature here
In react-spectrum each column and cell gets a aria-colindex
attribute: https://react-spectrum.adobe.com/react-spectrum/TableView.html. This is very helpful for testing and I'd love to see the exact same thing supported for RAC.
🤔 Expected Behavior?
Expose an index prop in some way so that is can be applied to the columns and cells. Or even better would be for it to be applied behind the scenes.
😯 Current Behavior
There is no way to add aria-colindex
to the Cell
or the Column
.
💁 Possible Solution
No response
🔦 Context
This helps a lot with testing, ideally when testing you want to assert a cell's content based on the column. In order to do that you need to know the index of the column inside the row.
💻 Examples
No response
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response