Case Insensitive search in jquery-bootgrid -


hi have implemeted jquery-bootgrid. however, searching based on case. requirement searching should done irrespective of case used i.e if searching "australia" , user types "australia" or "australia" result should same.

i looked documentation , search setting have "dealy" or "charatcers" option. how should implement case insensitive search?

the option switch behaviour named casesensitive , documented under general settings. move option in next major release searchsettings sake of consistency.

example:

$("#grid").bootgrid({     casesensitive: false }); 

Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -