Back to Refine

Basic Mantine Table Example | Refine v4 CRUD Guide

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

3.25.0564 B
Original Source

Refine allows you to use all the features of React 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 React Table in your Refine project. For more information, you can view the live example or review the source code to see how it's used with Mantine.

Refer to the React Table documentation for more information. →

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