Questions tagged [mui-x-data-grid]

170 questions
-1
votes
0 answers

Issue with fetching value options in MUI DataGrid's valueOptions function

I'm encountering an issue while trying to fetch value options for a singleSelect column in the MUI DataGrid. Even though I'm seeing the network response passing back the expected data (an array of string), the valueOptions function is not populating…
-1
votes
1 answer

How to show only default column in MUI v6 datagrid

I have multiple column to show in a datagrid which but all of them can't fit into the screen so I want to show some column by default and other other but user can toggle them true through Column option field in toolbar: GridToolbar filters. I am…
Pinak faldu
  • 79
  • 1
  • 7
-1
votes
1 answer

Mui Grid Toolbar Filter Button

I want to show to users filter bar when my Datagrid component created. When my component created, Users should see Datagrid as below (as if filtering button was clicked) The codes of the Mui Datagrid component I use are down below.
Burak Algur
  • 326
  • 1
  • 2
  • 10
-2
votes
1 answer

How can I format date in x-date-picker?

I've tried to use format="l" format="m/d/yyyy" I want this format m/d/yyyy, I mean I'd like the day and the month without zeroes. How I do that? P.S.: I am using this datepicker in the material UI datagrid. I tried to check in the dayjs/datepicker…
1 2 3
11
12