We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vuetify Version: 3.6.10 Last working version: 2.7.2 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Mac OS 10.15.7
When disable-sort is set on a v-data-table, any sorting in group-by is also disabled.
disable-sort
v-data-table
group-by
Sorting should still work for the grouping
Grouping does not work.
https://play.vuetifyjs.com/#...
Was added to Vuetify 2 in #13027
The text was updated successfully, but these errors were encountered:
fix(VDataTable): support groupBy when sorting is disabled (#20047)
8ac10e4
fixes #20046 Co-authored-by: John Leider <john@vuetifyjs.com>
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.10
Last working version: 2.7.2
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
When
disable-sort
is set on av-data-table
, any sorting ingroup-by
is also disabled.Expected Behavior
Sorting should still work for the grouping
Actual Behavior
Grouping does not work.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Was added to Vuetify 2 in #13027
The text was updated successfully, but these errors were encountered: