|
@@ -1611,7 +1611,6 @@
|
|
|
'mergeCells',
|
|
'mergeCells',
|
|
|
'checkAll', 'uncheckAll',
|
|
'checkAll', 'uncheckAll',
|
|
|
'check', 'uncheck',
|
|
'check', 'uncheck',
|
|
|
- 'togglePagination',
|
|
|
|
|
'refresh',
|
|
'refresh',
|
|
|
'resetView',
|
|
'resetView',
|
|
|
'destroy',
|
|
'destroy',
|
|
@@ -1619,7 +1618,8 @@
|
|
|
'showColumn', 'hideColumn',
|
|
'showColumn', 'hideColumn',
|
|
|
'filterBy',
|
|
'filterBy',
|
|
|
'scrollTo',
|
|
'scrollTo',
|
|
|
- 'prevPage', 'nextPage'
|
|
|
|
|
|
|
+ 'prevPage', 'nextPage',
|
|
|
|
|
+ 'togglePagination'
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
$.fn.bootstrapTable = function (option, _relatedTarget) {
|
|
$.fn.bootstrapTable = function (option, _relatedTarget) {
|