从 ExtJS 网格面板获取所有行

发布于 2024-11-13 09:46:40 字数 113 浏览 1 评论 0原文

我正在更新一个网格面板,其中包含从另一个网格拖动的行,其中包含来自数据库的数据。现在我想检查我正在其中删除项目的网格以避免重复。为此,我想获取该网格中当前存在的所有行,我到处搜索但找不到执行此操作的方法。请帮忙!

I am updating a grid panel with rows dragged from another grid with has data coming from the database. Now I want to check the grid in which I am dropping items for avoiding duplicates. For this I want to get all the rows currently there in that grid and I searched everywhere but couldn't find the way to do this. Please help!

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

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

发布评论

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

评论(1

故事灯 2024-11-20 09:46:40
yourGrid.getStore().getRange()
yourGrid.getStore().getRange()
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文