Shameless plug: we had a really hard time finding an accessible data grid that matches the specs, so we built one recently (in React) for our design system. It’s very minimal but completely composable. For example we don’t have virtualized rows or frozen columns but that’s something that can be added on later; we focused on a foundationally accessible data grid to start:
https://paste.twilio.design/components/data-grid
I hope that other data grid libraries can mimic some of this to improve web accessibility. These components can be really tedious to interact with today
I hope that other data grid libraries can mimic some of this to improve web accessibility. These components can be really tedious to interact with today