|
@@ -149,7 +149,7 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
|
|
|
<td>Function</td>
|
|
<td>Function</td>
|
|
|
<td>function(params) {<br>return params;<br>}</td>
|
|
<td>function(params) {<br>return params;<br>}</td>
|
|
|
<td>
|
|
<td>
|
|
|
- When requesting remote data, you can send additional parameters by modifying queryParams.
|
|
|
|
|
|
|
+ When requesting remote data, you can send additional parameters by modifying queryParams.
|
|
|
If queryParamsType = 'limit', the params object contains: <br>
|
|
If queryParamsType = 'limit', the params object contains: <br>
|
|
|
limit, offset, search, sort, order
|
|
limit, offset, search, sort, order
|
|
|
Else, it contains: <br>
|
|
Else, it contains: <br>
|
|
@@ -210,13 +210,6 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
|
|
|
<td>When set pagination property, initialize the page size selecting list.</td>
|
|
<td>When set pagination property, initialize the page size selecting list.</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td>showPaginationSwitch </td>
|
|
|
|
|
- <td>data-show-pagination-switch</td>
|
|
|
|
|
- <td>Boolean</td>
|
|
|
|
|
- <td>false</td>
|
|
|
|
|
- <td>True to show the pagination switch button.</td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
<td>selectItemName</td>
|
|
<td>selectItemName</td>
|
|
|
<td>data-select-item-name</td>
|
|
<td>data-select-item-name</td>
|
|
|
<td>String</td>
|
|
<td>String</td>
|
|
@@ -274,6 +267,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
|
|
+ <td>showPaginationSwitch</td>
|
|
|
|
|
+ <td>data-show-pagination-switch</td>
|
|
|
|
|
+ <td>Boolean</td>
|
|
|
|
|
+ <td>false</td>
|
|
|
|
|
+ <td>True to show the pagination switch button.</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<td>minimumCountColumns</td>
|
|
<td>minimumCountColumns</td>
|
|
|
<td>data-minimum-count-columns</td>
|
|
<td>data-minimum-count-columns</td>
|
|
|
<td>Number</td>
|
|
<td>Number</td>
|