This commit is contained in:
Paula Quispe
2017-02-16 15:00:57 -04:00
parent df6b3ac4ae
commit 5dbd564af3
3 changed files with 18 additions and 16 deletions

View File

@@ -843,7 +843,7 @@ Ext.onReady ( function() {
reader: readerCasesList,
writer: writerCasesList, // <-- plug a DataWriter into the store just as you would a Reader
autoSave: true, // <-- false would delay executing create, update, destroy requests until specifically told to do so with some [save] buton.
sortInfo:{field: 'APPLICATION.APP_NUMBER', direction: "DESC"},
sortInfo:{field: 'APP_NUMBER', direction: "DESC"},
listeners: {
beforeload: function (store, options)
{