Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトの 1 つでextjsを使用しています。Extjs グリッドを使用しています。の関数sortInfo内の属性にアクセスする必要があること。loadExt.data.store
sortInfo
load
Ext.data.store
これで私を助けてもらえますか?
これを試して
listeners : { load : function(store,records,options){ console.log(store.sortInfo); } }
参照: Ext.data.Store.load