Relative Content

Tag Archive for material-uimui-x-data-grid

MUI X PieChart responsive position

Is it possible to make cx and cy props to be calculated automatically, based on the width of the screen ? The problem is that without cx and cy props the PieChart is not in the middle of the container
That’s what I have now enter image description here
That’s how it looks on 1200px enter image description here
Without cx and cy it looks like so enter image description here

MUI X Data Grid- filter reset issue

I’m using @mui/x-data-grid(6.14.0) to show list of users. My first column has action button on click of action button I’m opening tooltip (mui component) which works as expected on normal use. But if I filter the data grid using GridToolbarFilterButton and click on action button, my data grid is resetting with all the users in list.

MUI DataGrid getApplyQuickFilterFn applied only to first column

I am trying to apply same custom quick filter to multiple columns in MUI DataGrid. I followed the example in https://v6.mui.com/x/react-data-grid/filtering/quick-filter/#custom-filtering-logic. Unfortunately, the filter is always applied to the first column only. Have you faced similar problem?