Skip to content

Commit

Permalink
fix: show table summary is not reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
islxyqwe committed May 23, 2024
1 parent fbc3361 commit 4f2cf2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const PivotTable: React.FC<PivotTableProps> = observer(function PivotTableCompon
} else {
aggregateThenGenerate();
}
}, [enableCollapse, vizStore?.tableCollapsedHeaderMap]);
}, [enableCollapse, vizStore?.tableCollapsedHeaderMap, showTableSummary]);

const aggregateThenGenerate = async () => {
await aggregateGroupbyData();
Expand Down

0 comments on commit 4f2cf2a

Please sign in to comment.