Skip to main content

Data operations

Sorting, filtering, search, pagination and grouping.

Sorting, search and pagination in a Bst-Table grid

These are the flags the TanStack engine powers directly, so most default on — a zero-config grid already sorts, filters and paginates. Turn them off to slim the grid down, or reach for the advanced pieces (enableSetFilter, enableMultiFilter, enableGrouping) when a plain filter box isn't enough. At the million-row tier these run server-side via manual mode; the flags stay the same, only the data source changes.

FeatureFlagDefault
Column filtersenableColumnFilterstrue
FindenableFindfalse
Global filterenableGlobalFiltertrue
GroupingenableGroupingfalse
Multi-filterenableMultiFilterfalse
Set FilterenableSetFilterfalse
SortingenableSortingtrue
Pagination (logic)paginationtrue
Find buttonshowFindfollows enableFind
Pagination barshowPaginationtrue
Global search boxshowSearchtrue