X

X Data Grid Pro

@mui/x-data-grid-pro

The Pro plan edition of the MUI X Data Grid components.

Tables
react
react-component
material-ui
mui
mui-x
react-table
table
datatable
data-table
datagrid
Stars
363
Weekly
1.2M
Open issues
5
Bundle
~25 kB

Installation

npm install @mui/x-data-grid-pro

Code example

import Button from "@mui/material/Button";
import Stack from "@mui/material/Stack";

export function Example() {
  return (
    <Stack direction="row" spacing={2}>
      <Button variant="contained">Primary</Button>
      <Button variant="outlined">Secondary</Button>
    </Stack>
  );
}

Pros & cons

Pros

  • Actively maintained by MUI Team
  • 1.2M weekly downloads. Battle tested
  • First-class TypeScript definitions
  • SEE LICENSE IN LICENSE licensed

Considerations

  • Adds roughly ~25 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 5 open issues on GitHub

FAQs

Alternatives & similar libraries