Set max page size to 500

This commit is contained in:
snipe 2017-10-28 07:29:03 -07:00
parent ad7a2da9bd
commit 1e21cef218

View file

@ -109,7 +109,7 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({
formatLoadingMessage: function () {
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: {
advancedSearchIcon: 'fa fa-search-plus',
paginationSwitchDown: 'fa-caret-square-o-down',