using VDataTable header filter property results in weird behaviour #14940
Unanswered
rubensayshi
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you set one or more custom
filter
s on headers then the logic for search becomes:all headers with a custom
filter
need to match AND at least one header without a customfilter
needs to matchI can't really imagine when this would be useful / the desired behaviour, at least from my point of view I want to use the
filter
on the header to apply the search term slightly different than the default, but it should still only require one of any of the headers to match ...Relevant code: https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/VDataTable.ts#L51
Beta Was this translation helpful? Give feedback.
All reactions