开发者

Case insensitive search in jqGrid including hidden fields

开发者 https://www.devze.com 2023-01-21 02:49 出处:网络
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 开发者_Python百科it?

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 开发者_Python百科it?

Thanks!


You should inseart searchhidden option equal to true in the column definition (colModel):

searchoptions:{searchhidden:true}

To make searching case insensitive you can use jQgrid option ignoreCase:true.

0

精彩评论

暂无评论...
验证码 换一张
取 消