Browse Source

fixed documentation of the customSearch option

NAME 5 years ago
parent
commit
26ff777bd8
1 changed files with 1 additions and 1 deletions
  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:**
 
-  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.
   * `text`: the search text.