Vuetify Nested datatable row grouping #18841
Unanswered
hardik-qasolve
asked this question in
General
Replies: 0 comments
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.
-
I am able to group header inside datatable.
The working code and output is at vuetify playground
The output is looks like

And, the expected output should be:
(I don't mind to arrange data according to requirement, i can arrange data from server)
"Gluten free" is parent having 4 data, but the nested 2 data should be grouped again with "High calories" header. And so on...
I am using vuetify 3.4.6 version. I even don't mind to have solution for version 2.x.x.
Appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions