Describe the bug
When the first value of a column is neither a string nor a number, this column is considered to be not filterable according to the docs.
However, I would have expected that either:
- The default implementation of
table.getColumnCanGlobalFilter checks whether enableGlobalFilter is manually set to true inside the columnDefs.
- The "more specific" property (in that case on the columnDefs) takes precedence over the global table setting.
Your minimal, reproducible example
https://codesandbox.io/s/cocky-shape-3fct22?file=/src/App.js
Steps to reproduce
Type "hello" into the input box.
Expected behavior
Table is filtered correctly.
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
- OS: MacOS
- Browser: Chrome
react-table version
8.10.7
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
Describe the bug
When the first value of a column is neither a string nor a number, this column is considered to be not filterable according to the docs.
However, I would have expected that either:
table.getColumnCanGlobalFilterchecks whetherenableGlobalFilteris manually set totrueinside the columnDefs.Your minimal, reproducible example
https://codesandbox.io/s/cocky-shape-3fct22?file=/src/App.js
Steps to reproduce
Type "hello" into the input box.
Expected behavior
Table is filtered correctly.
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
react-table version
8.10.7
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct