0
我在我的對象{id,trackName,mtp,mtpDisplay} 012ff我有很多領域我使用下面的存儲方法來排序數據由mtp field.but其設置mtpDisplay 0.我想排序我sencha觸摸面臨的問題
renderTodayEntriesView: function (startIndex, endIndex) {
entriesStore = Ext.getStore('TodaysEntryTrackStore');
entriesStore.data.sort('mtp','ASC');
// After this mtpDisplay is settingt to 0
}