DataGridPro filtering issue
Hello,
I'm using DataGridPro with server side pagination, sorting, and filtering,
I haven't created my own data provider, I'm using the default, and I'm noticing peculiar behavior when I'm trying to use the DataGidPro filter. When I try to filter using the "equals" operator, the url looks like this:
But in my backend REST server, my req.query looks like this
If I use the "contains" operator, I get this in the URL:
I get this in my req.query:
Also, if i try to use the "is empty" operator, my URL looks like this:
and my req.query:
here is what the column looks like for the specific example:
Thank you
I'm using DataGridPro with server side pagination, sorting, and filtering,
I haven't created my own data provider, I'm using the default, and I'm noticing peculiar behavior when I'm trying to use the DataGidPro filter. When I try to filter using the "equals" operator, the url looks like this:
But in my backend REST server, my req.query looks like this
If I use the "contains" operator, I get this in the URL:
I get this in my req.query:
Also, if i try to use the "is empty" operator, my URL looks like this:
and my req.query:
here is what the column looks like for the specific example:
Thank you
