MUI X DataGrid Package Tiers | Package | Import | Features | |---------|--------|---------| | | | Sorting, filtering, pagination, export (free, MIT) | | | | Column pinning, row grouping, master-detail, infinite scroll | | | | Aggregation, pivoting, Excel export, row spanning | Always import and the grid from the same package. --- Basic Setup --- GridColDef Reference Actions column --- Client-Side Sorting, Filtering, Pagination Client-side is the default. All three happen automatically — just provide and . Customise with or controlled props. --- Server-Side Pagination, Sorting, and Filtering S…