@hillac/mantine-react-table
v1.0.0
Published
Mantine React Table built from the TanStack Table example
Downloads
500
Readme
@hillac/mantine-react-table
An ESM-only build of the reusable Mantine React Table implementation from the TanStack Table beta examples.
The example application, Faker data, example tables, Vite configuration, and tests are not included.
Installation
npm install @hillac/mantine-react-tableUsage
import {
MantineReactTable,
createMRTColumnHelper,
useMantineReactTable,
} from '@hillac/mantine-react-table'
import '@hillac/mantine-react-table/styles.css'Applications must also load Mantine's normal styles:
import '@mantine/core/styles.css'
import '@mantine/dates/styles.css'