Armin Mehinovic
Armin Mehinovic
Fixes #10032 Used this as a reference https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/examples/treegrid-1/ Also fixes the issue with the value of `aria-rowcount` as it was not updated after filtering https://github.com/w3c/aria-practices/issues/465
Closes #9270 Only last point from the proposal was actually missing (example without generator) I have added a demo that collects most customized cell renderers that we have in our...
### Latest version - [X] I have tested the latest version ### Steps to reproduce Link to live example: https://stackblitz.com/edit/react-h5uqwq?file=Demo.tsx Steps: 1. Open the page 2. Scroll the last grid...
Part of https://github.com/mui/mui-x/issues/8179 Resolves https://github.com/mui/mui-x/issues/10857 Resolves https://github.com/mui/mui-x/issues/10858 Preview: https://deploy-preview-13878--material-ui-x.netlify.app/x/react-data-grid/server-side-data/lazy-loading/ **Action items in progress:** - [x] ~~Make initial end index dependent on the viewport~~ Use page size for the initial data...
Preview: https://deploy-preview-18021--material-ui-x.netlify.app/x/react-data-grid/charts-integration/ To keep the packages independent from each other, configuration type is being duplicated on both sides. Technically, this is not a requirement, but it allows seamless integration between...
[DataGridPro] Ignore missing `rowCount` response when new children are fetched with the data source
Closes https://github.com/mui/mui-x/issues/17626 v7 ignored `undefined` values for the `rowCount` while fetching children https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid-pro/src/hooks/features/dataSource/useGridDataSource.ts#L185 v8 sets it to -1 I think that we can remove this altogether as it does not...
Closes https://github.com/mui/mui-x/issues/9339 Preview: https://deploy-preview-20594--material-ui-x.netlify.app/x/react-data-grid/undo-redo/