浏览代码

Update table-options.md

Added trimOnSearch option description
olly79 10 年之前
父节点
当前提交
3380c15bb0
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/_i18n/en/documentation/table-options.md

+ 7 - 0
docs/_i18n/en/documentation/table-options.md

@@ -245,6 +245,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Set timeout for search fire.</td>
     </tr>
     <tr>
+        <td>trimOnSearch</td>
+        <td>data-trim-on-search</td>
+        <td>Boolean</td>
+        <td>true</td>
+        <td>True to trim spaces in search field.</td>
+    </tr
+    <tr>
         <td>showHeader</td>
         <td>data-show-header</td>
         <td>Boolean</td>