Merge pull request #201 from brayanpereyra/BUG-9236

BUG 9236 Don't exist order in list grid SOLVED
This commit is contained in:
julceslauhub
2012-07-09 15:03:53 -07:00

View File

@@ -158,7 +158,11 @@ Ext.onReady(function(){
{name : 'DAS_INS_UPDATE_DATE'}, {name : 'DAS_INS_UPDATE_DATE'},
{name : 'DAS_INS_STATUS_LABEL'} {name : 'DAS_INS_STATUS_LABEL'}
] ]
}) }),
sortInfo: {
field: 'DAS_INS_TITLE',
direction: 'ASC'
}
}); });
cmodel = new Ext.grid.ColumnModel({ cmodel = new Ext.grid.ColumnModel({