What's in it.
Included
The full table, already built
Global search, column filters with active chips, multi-column sort, grouping, row selection, bulk actions, row previews, column resize, reorder, freeze, and display options. Everything users expect, working out of the box.
Included
Filters and views stick around
The table remembers where users left off. Filters, sort, grouping, column layout, and scroll position restore automatically on return - even after leaving the page. Saved views capture setups worth keeping, and table state can be synced to the URL: share it, bookmark it, link to it. LocalStorage works out of the box; swap in your backend with a single adapter and example code to follow.
Included
Handles small and large datasets
Run search, filtering, sorting, and grouping in the browser with prefetched data, or switch to server-side pagination and infinite scroll - a single query payload covers filters, sort, group, and page, with a backend helper included. Turn on virtualization to handle massive datasets on the client.