ソースを参照

Update doc

Update doc for searchTimeOut
D0d0 11 年 前
コミット
7a42382cf5
1 ファイル変更8 行追加1 行削除
  1. 8 1
      docs/_includes/documentation/table-options.md

+ 8 - 1
docs/_includes/documentation/table-options.md

@@ -203,6 +203,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Enable the search input.</td>
         <td>Enable the search input.</td>
     </tr>
     </tr>
     <tr>
     <tr>
+        <td>searchTimeOut</td>
+        <td>data-search-time-out</td>
+        <td>Integer</td>
+        <td>500</td>
+        <td>Set timeout for search fire.</td>
+    </tr>
+    <tr>
         <td>showHeader</td>
         <td>showHeader</td>
         <td>data-show-header</td>
         <td>data-show-header</td>
         <td>Boolean</td>
         <td>Boolean</td>
@@ -337,4 +344,4 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         </td>
         </td>
     </tr>
     </tr>
     </tbody>
     </tbody>
-</table>
+</table>