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:
mosse.benjamin
2010-12-16 07:06:02 +00:00
parent 0a5946ba39
commit fdbeb437e4

View File

@@ -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,