mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
fix template page should be groupable (#262)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
8863de8874
commit
7e5ee04637
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user