fix template page should be groupable (#262)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-04-17 15:45:40 +08:00 committed by GitHub
parent 8863de8874
commit 7e5ee04637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ export default {
v-bind="$attrs" v-bind="$attrs"
:headers="headers" :headers="headers"
:sub-rows="true" :sub-rows="true"
:groupable="false" :groupable="true"
:rows="rows" :rows="rows"
:group-title-by="groupTitleBy" :group-title-by="groupTitleBy"
:group-by="groupBy" :group-by="groupBy"