jqGrid搜索从php文件返回的数据
我也在programmers.stackexchange.com 上发布了这个问题,他们告诉我这不是主题。所以..让我告诉你这个故事。
昨天,在阅读了 jqgrid 的文档(www.trirand.com/jqgridwiki/doku.php)后,我创建了一个简单的表,该表从 php 文件返回的 xml 文件中获取数据。
特别是这里是代码。
作为示例,我使用 这个, 但问题是我无法使选择搜索方法以这种方式工作。我想在 editoptions 中使用 dataUrl 但在 wiki 中说这只适用于 HTML 文件。
我无法想象一种方法来操纵 xml 文件的数据以使下拉菜单工作。
如何让它发挥作用?
i ve post this question in programmers.stackexchange.com also and they told me that it was off topic there. So..let me tell you the story.
Yesterday , after reading the documentation (www.trirand.com/jqgridwiki/doku.php) of jqgrid i created a simple table that gets data from a xml file returned by a php file.
In particular here is the code.
As an example I use this one,
but the problem is that I cannot make the select search method work in this way. I thought to use dataUrl in editoptions but in the wiki says that this works only with HTML files.
I can't imagine a way to manipulate the data of the xml file to make the dropdown menu work.
How to make it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我借助以下代码解决了这个问题:
来源
Finally i solve this problem with the help of this code:
Source