Case insensitive search in jqGrid including hidden fields

后端 未结 1 1999
庸人自扰
庸人自扰 2021-01-07 05:26

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

1条回答
  •  醉梦人生
    2021-01-07 06:10

    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 讨论(0)
提交回复
热议问题