mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: get html (links/styling/img/...) to work in pivot table (#29724)
This commit is contained in:
committed by
GitHub
parent
c094ac3584
commit
c5829419e3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user