Command Palette

Search for a command to run...

Data Table

Powerful table and datagrids built using TanStack Table.

Pagination

DataTable.Pagination is the standard table footer: a Showing X–Y of N summary, a Rows per page select, and first / previous / next / last controls.

The last-page button shows by default, because a client-side table knows its page count. For cursor-paginated lists — where an arbitrary last page can't be addressed reliably — hide it with showLastPage={false}:

<DataTable.Pagination table={table} showLastPage={false} />
PropTypeDefault
tableTable<TData>
showSelectionbooleanfalse
showLastPagebooleantrue