@@ -156,5 +156,10 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
<td>none</td>
<td>Go to next page.</td>
</tr>
+ <tr>
+ <td>togglePagination</td>
+ <td>none</td>
+ <td>Toggle the pagination option.</td>
+ </tr>
</tbody>
</table>
@@ -1611,7 +1611,6 @@
'mergeCells',
'checkAll', 'uncheckAll',
'check', 'uncheck',
- 'togglePagination',
'refresh',
'resetView',
'destroy',
@@ -1619,7 +1618,8 @@
'showColumn', 'hideColumn',
'filterBy',
'scrollTo',
- 'prevPage', 'nextPage'
+ 'prevPage', 'nextPage',
+ 'togglePagination'
];
$.fn.bootstrapTable = function (option, _relatedTarget) {