mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
feat: add option to disable rendering of html in sql lab and table chart (#27969)
Co-authored-by: Sonia <sonia.gautam@agoda.com>
This commit is contained in:
@@ -238,6 +238,7 @@ const transformProps = (
|
||||
show_totals: showTotals,
|
||||
conditional_formatting: conditionalFormatting,
|
||||
allow_rearrange_columns: allowRearrangeColumns,
|
||||
allow_render_html: allowRenderHtml,
|
||||
} = formData;
|
||||
const timeGrain = extractTimegrain(formData);
|
||||
|
||||
@@ -291,6 +292,7 @@ const transformProps = (
|
||||
columnColorFormatters,
|
||||
timeGrain,
|
||||
allowRearrangeColumns,
|
||||
allowRenderHtml,
|
||||
onContextMenu,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user