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.
我在我的一个项目中使用extjs。我正在使用 Extjs 网格。我必须访问sortInfo我load的Ext.data.store.
sortInfo
load
Ext.data.store
你能帮我吗?
尝试这个
listeners : { load : function(store,records,options){ console.log(store.sortInfo); } }
参考:Ext.data.Store.load