mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
Render safe HTML by default in tables to remain backward compatible.
This commit is contained in:
@@ -47,7 +47,7 @@ function getDefaultColumnsOptions(columns) {
|
||||
allowSearch: false,
|
||||
alignContent: getColumnContentAlignment(col.type),
|
||||
// `string` cell options
|
||||
allowHTML: false,
|
||||
allowHTML: true,
|
||||
highlightLinks: false,
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user