I want to make multiple filter on the “@mui/x-data-grid”: “^7.5.0” but it is only available in the pro customers. How Can I do using free and custom
Actually this library giving permission to allow multiple filter for pro/premium users only. I need to make it custom. So I am trying to implement this functionality using custom logic using Data Grid – Multi filters
https://mui.com/x/react-data-grid/filtering/multi-filters/
this link has given the limitation to use multi filter for free users. How I can achieve this ?