@adapttable/mui

AdaptTable for MUI

A Material data table, drawn by MUI's own components.

The engine is headless and shared — sorting, filtering, grouping, the pivot, URL state, saved views and export live in @adapttable/core. Every control you can see and click is MUI's Paper, Table, Popover, Drawer, Card, Checkbox and TextField.

That is the whole trade: one model to learn, and a table that belongs in a MUI app rather than sitting inside one.

Install

pnpm add @adapttable/mui @adapttable/core @mui/material

Every feature, on its own page

The same table, in seven other kits

Switching kit changes the components, never the model — the props on this page are the props there.

Reference: getting started. Or open the live demo and switch kits on the same table.