Render safe HTML by default in tables to remain backward compatible.

This commit is contained in:
Arik Fraimovich
2018-03-23 19:15:47 +03:00
parent e6f6c02f90
commit cb815f3c8e

View File

@@ -47,7 +47,7 @@ function getDefaultColumnsOptions(columns) {
allowSearch: false,
alignContent: getColumnContentAlignment(col.type),
// `string` cell options
allowHTML: false,
allowHTML: true,
highlightLinks: false,
}));
}