Answers

Question and Answer:

  Home  Ext JS

⟩ Explain what is purpose of loadData() in store?

store.loadData( Object data, [Boolean append] ) : void

Loads data from a passed data block and fires the load event.

loadData(storeData,false); False to replace the existing records cache.

loadData(storeData,true) : True to append the new Records rather than replace the existing cache.

 216 views

More Questions for you: