在 ext4 设计器中制作远程可配置网格的正确方法是什么?
在 ext 设计器中创建网格(通过远程 json 查询获取其列定义)的正确方法是什么?
What is the correct way to make a grid in ext designer, which gets its column definition trough a remote json query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定,但我认为这不能在 Ext Designer 中完成。
要在运行时配置网格,您需要在收到带有列定义的 json 后创建它:
jsonColumns 需要采用与网格所需的形式相同的形式。如果您的服务器无法提供此功能,您必须在客户端重新格式化它们。
I am not sure, but I think this can not be done in the Ext Designer.
To configure your grid on runtime you need to create it after recieving the json with the column definitions:
The jsonColumns need to be in the same form as required by the grid. If your server can not provide this you have to reformat them on client side.