The DataTable component lacks proper ARIA labels on several interactive elements, making it less accessible for screen reader users.
Elements missing ARIA labels:
- Mobile Filters button (line 383-407)
- Tabs dropdown button (line 422-430)
- Desktop Filters button (line 462-474)
- Sort button (line 491-498)
- Columns toggle button (line 537-547)
- Clear selection button (line 365-371)
Proposed solution:
Add appropriate attributes to all interactive buttons in the DataTable component to improve screen reader navigation and user experience.
Type: Accessibility improvement
The DataTable component lacks proper ARIA labels on several interactive elements, making it less accessible for screen reader users.
Elements missing ARIA labels:
Proposed solution:
Add appropriate attributes to all interactive buttons in the DataTable component to improve screen reader navigation and user experience.
Type: Accessibility improvement