Answers

Question and Answer:

  Home  Ext JS

⟩ Explain what is the purpose of load() in store?

store.load() : returns boolean

Loads the Record cache from the configured Proxy using the configured Reader.

For remote data sources, loading is asynchronous, and this call will return before the new data has been loaded.

store.load({callback: fnCheckData, scope: this});

 206 views

More Questions for you: