Back to Refine

Basic TanStack Table | Refine v4 Headless Example

documentation/versioned_docs/version-4.xx.xx/examples/table/tanstack-table/basic.md

3.25.0464 B
Original Source

Refine allows you to use all the features of TanStack Table with @refinedev/react-table adapter. In this way, you can manage your server-side data operations. By using this adapter, you can directly use all the features of TanStack Table in your Refine project.

Refer to the Refine TanStack Table documentation for more information. →

<CodeSandboxExample path="table-react-table-basic" />