ソースを参照

update column options documentation

Jack Jamieson 9 年 前
コミット
d202569222
1 ファイル変更9 行追加0 行削除
  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>