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:
soniagtm
2024-04-12 01:46:34 +07:00
committed by GitHub
parent 7e679d56ea
commit 4f363e1180
8 changed files with 44 additions and 2 deletions

View File

@@ -451,6 +451,18 @@ const config: ControlPanelConfig = {
},
},
],
[
{
name: 'allow_render_html',
config: {
type: 'CheckboxControl',
label: t('Render columns in HTML format'),
renderTrigger: true,
default: true,
description: t('Render data in HTML format if applicable.'),
},
},
],
[
{
name: 'column_config',