Back to Mantine

Data Grid I Need

apps/help.mantine.dev/src/pages/q/data-grid-i-need.mdx

9.2.11.2 KB
Original Source

import { Layout } from '@/layout';

export const meta = { title: 'Is there DataGrid component that I can use with Mantine?', description: 'A list of community packages that provide DataGrid component that can be used with Mantine.', slug: 'data-grid-i-need', category: 'common', tags: ['data-grid', 'data-table', 'table'], created_at: 'December 26, 2023', last_updated_at: 'December 26, 2023', };

export default Layout(meta);

Community packages

Mantine does not provide DataGrid component, but there are several community packages that you can use:

If none of the packages above fits your needs, you can build a custom DataGrid component with TanStack Table and Table component from Mantine.

Is it planned to add DataGrid component to Mantine?

The DataGrid component is complex and requires a lot of maintenance. As of now (January 2024), it is not planned to add native DataGrid component to Mantine in the near future.