material-table-core / core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://material-table-core.github.io
MIT License
296 stars 146 forks source link

Filter doesn't work if the value is 0 #772

Closed DeekshithBanjan closed 1 year ago

DeekshithBanjan commented 1 year ago

Hi,

Check the below link and try to filter the month value by 0, it says no records even though it has entries.

https://codesandbox.io/s/agitated-bash-0hf8uy?file=/src/table.js

Domino987 commented 1 year ago

It seems like there weer some falsy miss check. Will be fixed with the next version. Thanks.