Answers

Question and Answer:

  Home  Ext JS

⟩ Explain how to find no of records in a store?

using store.getCount() : Gets the number of cached records.

store.getTotalCount() : Gets the total number of records in the dataset as returned by the server.

 134 views

More Questions for you: