This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-01-24 14:21:26 -04:00
parent 84bda68cdd
commit 46cd8405ef
4 changed files with 48 additions and 38 deletions

View File

@@ -241,7 +241,7 @@
return actionTranslate;
};
var pageSize = 15;
processesGrid = new Ext.grid.GridPanel({
region: 'center',
layout: 'fit',
@@ -293,7 +293,7 @@
}
],
bbar: new Ext.PagingToolbar({
pageSize: 15,
pageSize: pageSize,
store: store,
displayInfo: true,
displayMsg: _('ID_DISPLAY_PROCESSES'),
@@ -312,7 +312,7 @@
}
});
processesGrid.store.load({params: {"function":"languagesList"}});
processesGrid.store.load({params: {"function":"languagesList", "start": 0, "limit": pageSize}});
processesGrid.store.on(
'load',