Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

310
Views
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 is any way to get this from DataGrid?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

The prop onSelectionModelChange gives you the IDs of the selected cells, and then you can filter them based on your requirements to export the selected ones.

 <DataGridPro
  onSelectionModelChange={(props)=>{
            console.log(props);
          }}
  />
about 4 years ago · Juan Pablo Isaza Report

0

You may want to use the gridFilteredSortedRowIdsSelector Most of the useful seletors for exporting are defined in the "Exported rows" section

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!