Browse Source

update column options documentation

Jack Jamieson 9 years ago
parent
commit
d202569222
1 changed files with 9 additions and 0 deletions
  1. 9 0
      docs/_i18n/en/documentation/column-options.md

+ 9 - 0
docs/_i18n/en/documentation/column-options.md

@@ -254,5 +254,14 @@ function cellStyle(value, row, index, field) {
         True to search use formated data.
         </td>
     </tr>
+    <tr>
+        <td>escape</td>
+        <td>data-escape</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>
+        Escapes a string for insertion into HTML, replacing &, <, >, ", `, and ' characters.
+        </td>
+    </tr>
 </tbody>
 </table>