BUG 9236 Don't exist order in list grid SOLVED

- I add a order in store the grid
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-07-09 16:10:56 -04:00
parent 54af0aca9b
commit 4201c60fe0

View File

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