DataTable: Column with selectionMode not setting correctly the aria-label. #6706
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Milestone
Describe the bug
I am using the DataTable and Column with selectionMode="multiple". I see that there is no way to change the aria-label. I used also selectionAriaLabel={(rowData) => rowData.id} to configure the aria-albel for checkboxes. But still there is undefined inside of aria-label.
aria-label="undefined Name"
Reproducer
No response
PrimeReact version
10.6.6
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: