Armin Mehinovic

Results 7 issues of 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

bug 🐛
accessibility
component: data grid
feature: Tree data

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...

docs
component: data grid
customization: css
customization: extend
size:XXL

### 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...

bug 🐛
component: data grid
feature: Column spanning

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...

component: data grid
new feature
plan: Pro
feature: Row loading
feature: Server integration

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...

scope: data grid
type: new feature
scope: charts

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...

type: bug
scope: data grid
plan: Pro
feature: Server integration

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/

scope: data grid
type: new feature
plan: Premium
feature: Editing
feature: State management
feature: Clipboard