|
|
@@ -207,6 +207,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
|
|
|
<td>When set pagination property, initialize the page size selecting list.</td>
|
|
|
</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>data-select-item-name</td>
|
|
|
<td>String</td>
|
|
|
@@ -368,12 +375,5 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
|
|
|
Support all custom attributes.
|
|
|
</td>
|
|
|
</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>
|
|
|
</tbody>
|
|
|
</table>
|