Dojo:从 DojoX 网格获取显示的项目
有没有办法从 dojox.grid 获取所有显示的项目?
我们有一个带有查询的过滤器,现在我们需要当前显示的所有项目。要获取所有选定的项目没有问题:
var items = grid.selection.getSelected();
Is there any way to get all displayed items from an dojox.grid?
We have an Filter with querys, now we need all items displayed in the moment. To get all selected items is no problem with:
var items = grid.selection.getSelected();
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下内容似乎对我使用 Chrome(使用 Dojo 1.6.1)有效:
The following seems to work for me using Chrome (with Dojo 1.6.1):