Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从dojo 1.9 版开始,DataGrid 和EnhancedGrid 已正式弃用。建议分别使用 sitepen 的 dgrid 和 oria gridx。
有没有人使用gridx来实现服务器端/远程分页?
谢谢
我找到了答案。使用 'dojo/store/JsonRest' 存储设置 gridx 的存储。
然后覆盖商店的查询功能将使您可以访问任何插件数据(即分页和分页栏),然后在请求中将任何所需的选项传递给服务器。