reducing number of http requests per #182
git-svn-id: https://beef.googlecode.com/svn/trunk@610 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -14,7 +14,7 @@ ZombieTab_MainTab = function(zombie) {
|
||||
{name: 'from'}
|
||||
]),
|
||||
|
||||
autoLoad: true,
|
||||
autoLoad: false,
|
||||
sortInfo:{field: 'from', direction: "ASC"},
|
||||
groupField:'category'
|
||||
});
|
||||
@@ -25,6 +25,7 @@ ZombieTab_MainTab = function(zombie) {
|
||||
region: 'center',
|
||||
layout: 'fit',
|
||||
hideHeaders: true,
|
||||
loadMask: {msg:'Loading Information...'},
|
||||
|
||||
view: new Ext.grid.GroupingView({
|
||||
forceFit:true,
|
||||
|
||||
Reference in New Issue
Block a user