Browse Source

Merge pull request #653 from olly79/patch-1

Update table-options.md
文翼 10 years ago
parent
commit
5c830738b2
1 changed files with 7 additions and 0 deletions
  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>