mui-x icon indicating copy to clipboard operation
mui-x copied to clipboard

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!

Results 1402 mui-x issues
Sort by recently updated
recently updated
newest added

- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).

dependencies
PR: out-of-date

There are overlapping tick labels in y axis when using log scale. https://github.com/user-attachments/assets/f447dd1c-1df2-4694-9bf8-64823093a5f6 [Reproduction](https://deploy-preview-18210--material-ui-x.netlify.app/x/react-charts/export/#customization)

type: bug
scope: charts

### Steps to reproduce Steps: 1. Open this link to live example: (required) 2. 3. ### Current behavior WCAG Accessibility error `Certain ARIA roles must contain particular children` has occurred...

a11y
scope: data grid
status: waiting for maintainer
feature: Pagination

This is a proposal to implement internationalisation, based on the issues I raised previously: https://github.com/mui/mui-x/issues/18216 ## Changelog - Add number internationalisation linked to the theme language and not the browser...

scope: data grid

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 See [Stackblitz demo](https://stackblitz.com/edit/react-1mh1nb?file=demo.tsx). ###...

scope: data grid
plan: Pro
feature: Filtering

After https://github.com/mui/mui-x/pull/14142 when using `@mui/material@6` it will be possible to pass: ```tsx slotProps={{ textField: { slotProps: { input: { /* some props */ } } } }} ``` But they...

scope: pickers
type: enhancement
package: material-ui

adds a checklist into the release markdown file for easy copy/paste

type: enhancement
scope: support-infra

### The problem in depth I would like to render a chip at the end of the column header as shown in this design: ![Image](https://github.com/user-attachments/assets/6812cc12-9cbf-4f88-a293-60a7ea0c49b1) Currently, if I render the...

scope: data grid
status: waiting for author
support: commercial
customization: css
support: pro standard
customization: dom

### Search keywords highlighting axis ### Latest version - [x] I have tested the latest version ### Summary I need support for controlled highlighting of chart where I highlight a...

type: new feature
scope: charts

- [x] Add `visibleResources`, `defaultVisibleResources`, and `onVisibleResourcesChange` props to `SchedulerParameters` interface - [x] Update `SchedulerStore` to initialize `visibleResources` from props - [x] Update `setVisibleResources` method to use controlled/uncontrolled pattern (similar...