0
私のオブジェクトに{id、trackName、mtp、mtpDisplay}のような多くのフィールドがあります 私は以下のストアメソッドを使ってmtp field.butでデータをソートしていますmtpDisplay 0私は店舗をソンタタッチで直面しています
renderTodayEntriesView: function (startIndex, endIndex) {
entriesStore = Ext.getStore('TodaysEntryTrackStore');
entriesStore.data.sort('mtp','ASC');
// After this mtpDisplay is settingt to 0
}