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.
我是 jQGrid 的新手。是否可以在 jqGrid 的列中显示超链接?在我们的 UI 中,我们需要在表格的每一行旁边显示编辑和删除链接。jqGrid可以吗?
看看:这个。有两种预定义的格式类型可能对您有用 - 链接和 showlink。
Rio的解决方案也应该有效,但使用格式化程序要好得多(在我看来)
最好的祝福
是的。将包含链接的 JSON 响应发回(来自我在 jqgrid.com 上的示例)。例如:
{"page":"1","total":4,"records":"22","rows":[{"id":1,"cell":["<a href='linkhere'>Quantum of Solace</a>","Marc Forster","2008","Daniel Craig","200]}]}