inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

🐛 Getting filter result of custom filter types not working #326

Open fly-robin-fly opened 1 year ago

fly-robin-fly commented 1 year ago

Addition to issue #317:

Yes, issue #317 is fixed. But getting filtered rows of custom filter types does not work.

Sandbox: https://codesandbox.io/s/reactdatagrid-filter-issue-jhhh7u?file=/src/App.js

Steps to reproduce the issue:

  1. Open the sandbox link
  2. Open the sandbox console
  3. Toggle custom country filter checkbox
  4. Console logs all person objects no matter how the country filter is set
  5. Test it with the "Name" column -> only filtered persons will be logged on the console