jqGrid - 具有文本框和排序
显然在编辑行时,通过列标题排序已禁用。
我们希望有一个网格,其中每行中始终出现一个文本框,用户可以在其中输入数据,然后单击提交按钮。
我们想出了如何为每行显示一个文本框但问题是这会禁用排序。有什么办法可以两全其美吗?
Apparently when editing a row, sorting via column headings is disabled.
We want to have a grid where a text box always appears in each row where users can enter data and then hit a submit button.
We figured out how to display a text box for each row BUT the problem is that this disables sorting. Any way to do both?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用自定义格式化程序来实现此功能,该格式化程序仅输出 HTML
元素We implemented this with a custom formatter that just outputs the HTML
<INPUT...>
elements