如何在 ExtJS 中向 html 表添加新行
您好,我已经使用常规表格和 javascript 在表格末尾添加新行,有人可以帮助我在表格末尾添加包含 html 元素的新行吗?
Hello I have worked with regular tables and javascript to add new rows at the end of table, could someone help me out with adding new row containing html elements at the end of table?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的方法是使用 Ext.Template
在此处查看工作示例:
http://jsfiddle.net/chrisramakers/xG3wq/
更新示例:
http://jsfiddle.net/chrisramakers/ZcQAX/
The easiest way is with an Ext.Template
Check a working example here:
http://jsfiddle.net/chrisramakers/xG3wq/
Updated example:
http://jsfiddle.net/chrisramakers/ZcQAX/
如果您正在处理更复杂的 dom 插入,您可以考虑使用使用 Ext.DomHelper 创建的模板,如下所示。
http://dev.sencha.com/deploy/dev/docs/ ?class=Ext.DomHelper
If you are dealing with a more complicated dom insert you might consider using a template created using Ext.DomHelper shown below.
http://dev.sencha.com/deploy/dev/docs/?class=Ext.DomHelper