jqGrid 中不区分大小写的搜索,包括隐藏字段
我的 jqGrid 中有几个隐藏字段,我必须在其中执行不区分大小写的搜索(可能正在使用正则表达式 - 不确定)。是否可以?有人可以给我指示吗?
谢谢!
I have few hidden fields in my jqGrid on which I have to perform a case insensitive search (may be using regex - not sure). Is it possible? Can someone give me directions on it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该插入 searchhidden 选项等于
true列定义中的
(colModel
):要使搜索不区分大小写,您可以使用 jQgrid 选项 ignoreCase:true。
You should inseart searchhidden option equal to
true
in the column definition (colModel
):To make searching case insensitive you can use jQgrid option ignoreCase:true.