diff --git a/src/components/Table.vue b/src/components/Table.vue index 9db76153..aa0234fb 100644 --- a/src/components/Table.vue +++ b/src/components/Table.vue @@ -933,6 +933,7 @@ export default { if (!hRow) { hRow = this.processedRows.find(r => r.vgt_header_id === flatRow.vgt_id); if (hRow) { + this.handleExpanded(hRow); hRow = JSON.parse(JSON.stringify(hRow)); hRow.children = []; reconstructedRows.push(hRow);