Merge pull request #201 from brayanpereyra/BUG-9236
BUG 9236 Don't exist order in list grid SOLVED
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user