ExtJS:我们如何获得网格中商店的大小

发布于 2024-09-30 01:54:12 字数 102 浏览 0 评论 0原文

我正在尝试获取我在网格中使用的商店的大小。 但我无法找到任何方法来获取商店的大小(网格中的记录数)。

任何人都可以帮忙,我怎样才能实现这一目标。

谢谢, 尼哈

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪之魂 2024-10-07 01:54:12

有 getCount() 方法来获取商店中的元素数量。

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

满意归宿 2024-10-07 01:54:12

store.data.length 将为您提供记录数。

store.data.length will give you the number of records.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文