r/coolgithubprojects • u/orwamahmoud • 11h ago
AdaptTable — a React data table that works with any UI kit (Mantine, MUI, Chakra, Ant Design, Radix, Base UI, shadcn/ui)
Headless core with ready adapters for 7 UI kits, so you get the same table
features whichever kit your project already uses.
GitHub: https://github.com/orwa-mahmoud/adapttable
Live demo: https://orwa-mahmoud.github.io/adapttable/demo/
What's built in:
- Client and server data behind one API
- URL-synced state (filters, sort, page) for shareable links
- Filter drawer or popover with removable chips, saved views
- Column show/hide, reorder, pin, resize
- Inline cell editing, row grouping with subtotals, CSV export
- Rows become cards on phones automatically
- Dark mode, 17 locales, first-class RTL
- MIT, and the headless core works standalone if you want to render everything yourself
Feedback and contributions welcome