Browse Source

Add search examples

zhixin 6 years ago
parent
commit
7206c87d56
1 changed files with 14 additions and 0 deletions
  1. 14 0
      site/docs/api/table-options.md

+ 14 - 0
site/docs/api/table-options.md

@@ -708,6 +708,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `false`
 
+- **Example:** [Table Search](https://examples.bootstrap-table.com/#options/table-search.html)
+
 ## searchOnEnterKey
 
 - **Attribute:** `data-search-on-enter-key`
@@ -720,6 +722,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `false`
 
+- **Example:** [Search On Enter Key](https://examples.bootstrap-table.com/#options/search-on-enter-key.html)
+
 ## strictSearch
 
 - **Attribute:** `data-strict-search`
@@ -732,6 +736,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `false`
 
+- **Example:** [Strict Search](https://examples.bootstrap-table.com/#options/strict-search.html)
+
 ## trimOnSearch
 
 - **Attribute:** `data-trim-on-search`
@@ -744,6 +750,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `true`
 
+- **Example:** [Trim On Search](https://examples.bootstrap-table.com/#options/trim-on-search.html)
+
 ## searchAlign
 
 - **Attribute:** `data-search-align`
@@ -756,6 +764,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `'right'`
 
+- **Example:** [Search Align](https://examples.bootstrap-table.com/#options/search-align.html)
+
 ## searchTimeOut
 
 - **Attribute:** `data-search-time-out`
@@ -768,6 +778,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `500`
 
+- **Example:** [Search Time Out](https://examples.bootstrap-table.com/#options/search-time-out.html)
+
 ## searchText
 
 - **Attribute:** `data-search-text`
@@ -780,6 +792,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `''`
 
+- **Example:** [Search Text](https://examples.bootstrap-table.com/#options/search-text.html)
+
 ## customSearch
 
 - **Attribute:** `data-custom-search`