浏览代码

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>
     </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>data-show-header</td>
         <td>Boolean</td>
@@ -337,4 +344,4 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         </td>
     </tr>
     </tbody>
-</table>
+</table>