mui-x icon indicating copy to clipboard operation
mui-x copied to clipboard

[DataGrid] Fix value type in filter model for number and boolean column type

Open k-rajat19 opened this issue 1 year ago • 2 comments

Fixes #14327

Currently, number and boolean column types store filter item value in filter model as a string type (see demo) we should rather store these values according to their respective column type (we already do that for date and dateTime column types).

k-rajat19 avatar Sep 25 '24 19:09 k-rajat19

Deploy preview: https://deploy-preview-14733--material-ui-x.netlify.app/

Generated by :no_entry_sign: dangerJS against a692412672e47828a6fca5a2898a0996ebecc9fe

mui-bot avatar Sep 25 '24 19:09 mui-bot

@romgrk, can you please look at these changes when you have time?

k-rajat19 avatar Oct 07 '24 04:10 k-rajat19