rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 364 forks source link

CaseSensitive not working #378

Open guirodr opened 6 years ago

guirodr commented 6 years ago

I setted caseSensitive to false and it's not work.

var grid = $("#grid").bootgrid({ caseSensitive: false, pagination: 3, selection: true, multiSelect: true, formatters: { "quantity": function (column, row) { return "<input id=\"" + row.id + "-quantity\" type=\"text\" class=\"quantity\" value=\"" + row.quantity + "\" />"; } } })