Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mantine-react-table-docs/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Mantine React Table is a fully featured Mantine implementation of TanStack React

Mantine React Table (MRT) is a fully-featured data grid/table component library for React built on [TanStack Table V8's](https://react-table.tanstack.com/) powerful API. MRT is meant to work best in projects already using [Mantine](https://mantine.dev/) components, but it is not necessarily required. However, be aware that [Mantine](https://mantine.dev/) and [Emotion](https://emotion.sh/) are required as peer dependencies for MRT to work.

MRT is built from the ground up in TypeScript, and is designed to have a great type-safe dev experience with generics that react to the data structures you pass in. TypeScript is not at all required to use MRT, but it is recommended for the best and fasted developer experience, especially when defining columns.
MRT is built from the ground up in TypeScript, and is designed to have a great type-safe dev experience with generics that react to the data structures you pass in. TypeScript is not at all required to use MRT, but it is recommended for the best and fastest developer experience, especially when defining columns.

### Motivation

Expand Down