@cdx-ui/data-grid
v0.1.2
Published
Web DataGrid with a MUI Community–shaped `rows` / `columns` API. TanStack Table is an internal engine — do not import it from consumer code.
Downloads
779
Readme
@cdx-ui/data-grid
Web DataGrid with a MUI Community–shaped rows / columns API. TanStack Table is an internal engine — do not import it from consumer code.
import { DataGrid, type GridColDef } from '@cdx-ui/data-grid';Install alongside @cdx-ui/components. DataGrid is web-only.
The grid uses a 300px viewport by default (MUI Data Grid Community). Headers stay visible while rows scroll; pagination stays at the bottom. Override with className or style.
