feat: get html (links/styling/img/...) to work in pivot table (#29724)

This commit is contained in:
Maxime Beauchemin
2024-07-31 16:43:56 -07:00
committed by GitHub
parent c094ac3584
commit c5829419e3
5 changed files with 35 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ export default function PivotTableChart(props: PivotTableProps) {
dateFormatters,
onContextMenu,
timeGrainSqla,
allowRenderHtml,
} = props;
const theme = useTheme();
@@ -555,6 +556,7 @@ export default function PivotTableChart(props: PivotTableProps) {
subtotalOptions={subtotalOptions}
namesMapping={verboseMap}
onContextMenu={handleContextMenu}
allowRenderHtml={allowRenderHtml}
/>
</PivotTableWrapper>
</Styles>