- Escapes a string for insertion into HTML, replacing &, <, >, ", `, and ' characters.
+ Escapes a string for insertion into HTML, replacing &, <, >, ", \`, and ' characters.
+
+
+
+
showSelectTitle
+
data-show-select-title
+
Boolean
+
false
+
+ True to show the title of column with `radio` or `singleSelect` `checkbox` option.
diff --git a/docs/_i18n/es/documentation/column-options.md b/docs/_i18n/es/documentation/column-options.md
index fe75ba6792..27da0a8ab2 100644
--- a/docs/_i18n/es/documentation/column-options.md
+++ b/docs/_i18n/es/documentation/column-options.md
@@ -242,5 +242,23 @@ Las propiedades de la columna están definidas en `jQuery.fn.bootstrapTable.colu
True to search use formated data.
+
+
escape
+
data-escape
+
Boolean
+
false
+
+ Escapes a string for insertion into HTML, replacing &, <, >, ", \`, and ' characters.
+
+
+
+
showSelectTitle
+
data-show-select-title
+
Boolean
+
false
+
+ Show the title of column with radio or singleSelect checkbox.
+
+
diff --git a/docs/_i18n/zh-cn/documentation/column-options.md b/docs/_i18n/zh-cn/documentation/column-options.md
index 9d065f1d21..2b58fcc54c 100644
--- a/docs/_i18n/zh-cn/documentation/column-options.md
+++ b/docs/_i18n/zh-cn/documentation/column-options.md
@@ -246,5 +246,23 @@ The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
True to search use formated data.
+
+
escape
+
data-escape
+
Boolean
+
false
+
+ Escapes a string for insertion into HTML, replacing &, <, >, ", \`, and ' characters.
+
+
+
+
showSelectTitle
+
data-show-select-title
+
Boolean
+
false
+
+ True to show the title of column with 'radio' or 'singleSelect' 'checkbox' option.
+