We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: