showPaginationSwitch开启显示和关闭分页按钮,该属性需要配合pagination(开启分页)使用,效果图如下:
<table id="table" data-pagination="true" data-show-pagination-switch="true"></table>
$('#table').bootstrapTable({
showPaginationSwitch:true,
pagination:true,
columns: columns,
data: data
});