Case insensitive search in jqGrid including hidden fields

試著忘記壹切 提交于 2019-12-19 04:18:31

问题


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!


回答1:


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.



来源:https://stackoverflow.com/questions/3977657/case-insensitive-search-in-jqgrid-including-hidden-fields

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!