浏览代码

fixed documentation of the customSearch option

NAME 5 年之前
父节点
当前提交
26ff777bd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      site/docs/api/table-options.md

+ 1 - 1
site/docs/api/table-options.md

@@ -999,7 +999,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 
 - **Detail:**
 - **Detail:**
 
 
-  The custom search function is executed instead of built-in search function, takes two parameters:
+  The custom search function is executed instead of built-in search function, takes three parameters:
 
 
   * `data`: the table data.
   * `data`: the table data.
   * `text`: the search text.
   * `text`: the search text.