使用原型表排序器类对 HTML 表中的 XML 数据进行排序
任何人都可以向我展示使用 Prototype Table Sorter 类将 XML 数据放入 HTML 表中的示例吗?
can anyone Show me example to put the XML data in a HTML table Using Prototype Table Sorter Class??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我终于提出了解决方案,希望对将来使用中需要它的人也有帮助
因此只需更改 XML 的名称:
xmlhttp.open("GET","[XML File and is path]",false);
然后使用循环
data3
正如你在我的例子中想要的那样:因为我正在获取有关一些互联网包的数据,然后将其放入 Array/Json 表示法中以将其发送到原型表排序器类,因此你只需编辑它以供自己使用,并且数据...!!
对于原型的表排序类,您可以登录: http://prototools.negko.com/demo/表格排序者/
Ok I at last comes up with the solution hope that will help also for people who need it in future use
so just change the name of the XML At:
xmlhttp.open("GET","[XML File and is path]",false);
and then use the Loop
data3
as you wanted in my case it was :Because i was taking data about some internet packages and then putting it in the Array/Json notation to send it to the prototype table sorter class so you just have to edit this for your own use and data...!!
for Table Sorting Class of Prototype you can log on to : http://prototools.negko.com/demo/tableorderer/