Replies: 1 comment 2 replies
-
There's something here: https://www.material-react-table.com/docs/guides/column-filtering#customize-filter-modes-source-code And I think there is some kind of bug there that needs to be looked into more |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the advanced example there is a custom Date Picker Filter from @mui/x-date-pickers on the "Start date" column.
The table has 'enableColumnFilterModes'.
But the helperText in the columns Filter option is hard-coded to 'Filter Mode: Lesss Than' and will not update when the mode is change in the column filter menu.
(Try it here: Advanced example)
Is it possible to access the filter mode localization text for the current column filter mode so it can be displayed correctly?
Beta Was this translation helpful? Give feedback.
All reactions