Open MengLinMaker opened 3 weeks ago
Creating a Table component
Was absolutely blown away by this: React-Aria Table
It's almost like ag-grid, but mostly focused on accessibility.
Most solutions don't consider keyboard navigation:
It seems there are 2 types of table components:
Ag-grid is paid, so I'll exclude that.
I think the accessibility focused table is better suited for Kobalte-ui, especially since @tanstack/solid-table exists.
It is possible to use React-Aria table and Tanstack Table together: https://codesandbox.io/p/devbox/react-aria-components-tanstack-table-upkz00
Is your feature request related to a problem? Please describe.
Creating a Table component
Describe the solution you'd like
Was absolutely blown away by this: React-Aria Table
It's almost like ag-grid, but mostly focused on accessibility.
Describe alternatives you've considered
Most solutions don't consider keyboard navigation:
Approaches
It seems there are 2 types of table components:
Ag-grid is paid, so I'll exclude that.
I think the accessibility focused table is better suited for Kobalte-ui, especially since @tanstack/solid-table exists.
It is possible to use React-Aria table and Tanstack Table together: https://codesandbox.io/p/devbox/react-aria-components-tanstack-table-upkz00