python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get filtered values from MUI datagrid
Is it possible to get values from mui DataGrid?
I have a table and i want to have a custom export based on user filter and columns that are hidden or displayed but i need these filtered values. There ...
Alexsandro Xavier Da Silveira
Votes: 0
Answers: 2
MUI DataGrid renders the translated fields on change but is not reflected in UI until something inside the Grid is clicked
import * as React from "react";
import { DataGridPro, GridToolbar } from "@mui/x-data-grid-pro";
import { useDemoData } from "@mui/x-data-grid-generator";
import hindi fr...
Mohammed Adil
Votes: 0
Answers: 0
MUI DataGrid - forcing filter and sort state to be reset when getting new data
I recently starting using the mui DataGrid. I have it on a page with a drop down that fetches different data when an option is selected and passes that new data to the rows prop. I just noticed that i...

MattoMK
Votes: 0
Answers: 1
I can't get checked row data with onRowSelected in Material UI DataGrid
I'm trying to get the data of Checked row when it's clicked in DataGrid component.
When I tried to make this , I was able to get this with onRowSelected attribute of DataGrid.
But now I cannot reach t...

alperenoz
Votes: 0
Answers: 2