diff --git a/client/app/visualizations/table/index.js b/client/app/visualizations/table/index.js index 60cf411c5..c8992357f 100644 --- a/client/app/visualizations/table/index.js +++ b/client/app/visualizations/table/index.js @@ -47,7 +47,7 @@ function getDefaultColumnsOptions(columns) { allowSearch: false, alignContent: getColumnContentAlignment(col.type), // `string` cell options - allowHTML: false, + allowHTML: true, highlightLinks: false, })); }