-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report][3.5.15] v-data-table headers filter do not work #19596
[Bug Report][3.5.15] v-data-table headers filter do not work #19596
Comments
did you notice that filter property has
|
@b-maslennikov I did. So I tried to update the accepted params in this VPlay, but nothing changed. Maybe I'm not understanding how I need to use this now, entirely possible. ;) Did you have a working demo using the headers filter approach? |
this broke all my custom filters, investigating .... Because I saw the bug and used a workaround, now I am removing the workaround and I should be fine Using filter-mode solved everything! I am back to a working version ! |
Here is the working version: VPlay Notice the usage of |
Environment
Vuetify Version: 3.5.15
Last working version: 2.7.2
Vue Version: 3.4.21
Browsers: Chrome 122.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Set filter on headers object.
Expected Behavior
Entering value in the less than text field below the table should filter results based on desserts calories less than the entered value. Should work just like in the demo for v2 @ https://v2.vuetifyjs.com/en/components/data-tables/#custom-filter
Actual Behavior
Nothing is filtered.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
v3 multiple filter criteria workaround: https://codepen.io/jaysonpotter/pen/abxYgbp
The text was updated successfully, but these errors were encountered: