apps/help.mantine.dev/src/pages/q/data-grid-i-need.mdx
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);
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.
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.