Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
-1 votes
1 answer
18 views

When a search is being performed in MUI's DataGrid component, how can the search term (ie. QuickFilter) be used to highlight the matching texts within the rows of the grid? (similar to search ...
vsync's user avatar
  • 133k
0 votes
0 answers
55 views

I have a simple use case. I want to read all values from the data grid via an event handler (e.g. onCellEditStop). Does anyone know if it's possible to do so with the free (not the pro) edition? And ...
AlanSwansea's user avatar
0 votes
0 answers
36 views

version my code is using v8.13.1 of mui/x-data-grid with typescript Scenario/Outcome I am trying to have both an inline button with each row that will filter the frontend table and call the api to ...
Mark OReilly's user avatar
0 votes
1 answer
57 views

I have a MUI data grid that renders a UL element for a column, like this: renderCell: (params) => { return <ul> <li> ...
mikeb's user avatar
  • 11.5k
1 vote
1 answer
120 views

After I recently upgraded my MUI X packages. I see the following error: MUI X: useResizeContainer - The parent DOM element of the Data Grid has an empty height. Please make sure that this element has ...
jy191927's user avatar
0 votes
0 answers
94 views

I have a <DataGridPremium> component and I've read the docs on copying and pasting. There appears to be no way to create new rows in a table from the clipboard. I understand I can use ...
dave walker's user avatar
  • 3,138
0 votes
0 answers
44 views

I'm using MUI X's DataGrid in a React project and I want to sort a time column that contains either a date string (e.g., "24 September 2024, 10:48 am") or the literal string "untouched&...
Maulik Bhalani's user avatar
0 votes
0 answers
75 views

Whats the best approach to set the background color of the DataGrid component in react from mui? I tried to set it in my customised theme like this: MuiDataGrid: { styleOverrides: { ...
Manuel's user avatar
  • 1
0 votes
1 answer
64 views

I was trying to style the textArea of datePicker, how ever I can apply styling to calendar drop down but failed to apply styles to textArea. The code I used is <DatePicker label="...
Bibhu Pr's user avatar
0 votes
1 answer
213 views

I'm using MUI-X datagrid in my application. The default scrollbar looks bad and I don't see any way to customize it. I saw a few threads in github and tried the code below but that doesn't seem to ...
Sneha Natarajan's user avatar
0 votes
0 answers
24 views

I'm working on extracting some styled MUI DataGrid components which are defined in multiple places into a single place, and am running into an issue with the type argument. Using a default ...
Steve's user avatar
  • 434
2 votes
1 answer
130 views

I'm working with NextJS and React. Trying to get the MUI DataGrid to work. I can show data on my page, but I would like to preselect a few rows in the grid. I have the following example page: // app/...
Kim Gabrielsen's user avatar
0 votes
1 answer
87 views

I'm using MUI X Data Grid (Material-UI) and trying to position the checkbox selection column in the middle of my grid. Currently, even though I define the checkbox column in my column definitions ...
KruNNzA's user avatar
  • 13
0 votes
1 answer
482 views

What I want to achieve I have a MUI DataGrid (Version: 8.6.1) to display a list of projects. Each project has its own ID. I want to let the user select multiple projects, then let him hit a button so ...
HHeckner's user avatar
  • 5,094
0 votes
1 answer
87 views

I'm working on a form using Material UI and React. I structured my form using a layout, and each input is wrapped inside a so they should take up the full width. However, the inputs appear centered ...
Salah Benkhanous's user avatar

15 30 50 per page
1
2 3 4 5
52