使用自定义格式化程序进行 jqGrid 工具栏过滤
我查看了工具栏过滤的文档,在几个地方我需要使用自定义格式化程序才能在单元格内显示图像。
使用自定义格式化程序后,我没有工具栏过滤器,对此我能做些什么。
I've looked at the documentation for toolbar filtering, and in a couple of places I've needed to use a custom formatter in order to display images inside a cell.
With a custom formatter in place I don't get a toolbar filter is there anything I can do about this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用您所在列的
value
或dataUrl
定义stype:'select'
和searchoptions
使用 自定义格式化程序:然后在搜索中(包括<一href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching" rel="nofollow noreferrer">搜索工具栏)您将有下拉列表。因此,您可以使用自定义格式化程序来显示值< strong>在单元格中并在搜索工具栏。
请参阅演示:
You can define the
stype:'select'
and thesearchoptions
with thevalue
ordataUrl
for the column where you use the custom formatter:then in the searching (including the searching toolbar) you will have dropdown list. So you can use your custom formatter to display the values in the cells and use standard select formatter in the searching toolbar.
See the demo: