Browse Source

Add query params examples

zhixin 6 years ago
parent
commit
9e27811c30
1 changed files with 4 additions and 0 deletions
  1. 4 0
      site/docs/api/table-options.md

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

@@ -408,6 +408,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `function(params) { return params }`
 
+- **Example:** [Query Params](https://examples.bootstrap-table.com/#options/query-params.html)
+
 ## queryParamsType
 
 - **Attribute:** `data-query-params-type`
@@ -420,6 +422,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `'limit'`
 
+- **Example:** [Query Params Type](https://examples.bootstrap-table.com/#options/query-params-type.html)
+
 ## responseHandler
 
 - **Attribute:** `data-response-handler`