Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Usability: Change number of items to display per page presets for cus…
Browse files Browse the repository at this point in the history
…tomers with many domains
  • Loading branch information
bbs2web committed Feb 25, 2014
1 parent 5a341ae commit e84d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/www/js/extjs/ext-ux.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Ext.ux.webta.GridViewer = Ext.extend(Ext.grid.GridPanel, {

if (this.enablePaging) {
// Create page size select
var pageSizes = this.pageSizes || [10, 20, 50, 100];
var pageSizes = this.pageSizes || [20, 50, 100, 400];
delete this.pageSizes;
var menu = [];
var h = this.changePageSize.createDelegate(this);
Expand Down

0 comments on commit e84d15d

Please sign in to comment.