如何在 jqGrid 中设置行操作
使用 jquery 的 jqGrid 插件,我将其设置为进行排序、分页和搜索。现在我需要做的是在每一行中添加链接以重定向到不同的页面,例如根据该行的 id 进行编辑(我不想使用 jqGrid 编辑。)如何在网格单元格中创建链接?
Using jquery's jqGrid plugin, I have it setup to do sorting, paging, and searching. Now what I need to do is add links in each row to redirect to different pages like edit for example based on that row's id (I don't want to use the jqGrid edit.) How would I create links within grid cells?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
能够弄清楚,请注意 gridComplete 事件:
Was able to figure it out, note the gridComplete event: