Mui-datatables: make filter date range in MUI datatable

Created on 29 Nov 2019  路  2Comments  路  Source: gregnb/mui-datatables

can anyone tell me how to make filter date range in MUI datatable? Please?

question

All 2 comments

Check out the customize-filter example: https://github.com/gregnb/mui-datatables/blob/master/examples/customize-filter/index.js

Code Sandbox link here: https://codesandbox.io/s/github/patorjk/mui-datatables/tree/examplegrid_updates

That example shows how to do a filter with a number range - min and max. Doing the same for a date should be pretty straight forward, though myself or someone else can help out if you have any questions.

Thank you very much, the example worked perfect. For the date range, it was just change type = "date"

Was this page helpful?
0 / 5 - 0 ratings