Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExtJS: how can we get the size of the store in a grid

I am trying to get the size of the store I am using in the grid. But I am not able to find any method to get the size of the store(number of records in the grid).

Could anyone plz help, how can I achieve this.

Thanks, Neha

like image 349
shubh Avatar asked Dec 03 '22 10:12

shubh


1 Answers

there is getCount() method to get the number of elements in the store.

like image 125
shubh Avatar answered Mar 05 '23 12:03

shubh