Set max page size to 500
This commit is contained in:
parent
ad7a2da9bd
commit
1e21cef218
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({
|
||||||
formatLoadingMessage: function () {
|
formatLoadingMessage: function () {
|
||||||
return '<h4><i class="fa fa-spinner fa-spin" aria-hidden="true"></i> Loading... please wait.... </h4>';
|
return '<h4><i class="fa fa-spinner fa-spin" aria-hidden="true"></i> Loading... please wait.... </h4>';
|
||||||
},
|
},
|
||||||
pageList: ['30','50','100','150','200','500','1000'],
|
pageList: ['30','50','100','150','200','500'],
|
||||||
icons: {
|
icons: {
|
||||||
advancedSearchIcon: 'fa fa-search-plus',
|
advancedSearchIcon: 'fa fa-search-plus',
|
||||||
paginationSwitchDown: 'fa-caret-square-o-down',
|
paginationSwitchDown: 'fa-caret-square-o-down',
|
||||||
|
|
Loading…
Add table
Reference in a new issue