You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms
I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
material-react-table version
2+
react & react-dom versions
18
Describe the bug and the steps to reproduce it
https://www.material-react-table.com/docs/examples/custom-filter-ui#custom-filter-ui-example
The menu is not respecting columns where the filtering is disabled.
This can be solved by adding
if (!header.column.getCanFilter()) return null;
in the map function.
Minimal, Reproducible Example - (Optional, but Recommended)
https://www.material-react-table.com/docs/examples/custom-filter-ui#custom-filter-ui-example
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms
The text was updated successfully, but these errors were encountered: