Hello,
I need to know if there is a way to resize search filter as shown in the image, I'm using:
$col["stype"] = "select-multiple";
Please check demonstration here:
Hello,
Perhaps you missed to include the JS/CSS files for multiselect filter, otherwise it should looks like this:
http://www.phpgrid.org/updates/multiselect-filter-in-phpgrid/
e.g.
<link rel="stylesheet" href="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/jquery.multiselect.css">
<link rel="stylesheet" href="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/jquery.multiselect.filter.css">
<script src="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/src/jquery.multiselect.js"></script>
<script src="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/src/jquery.multiselect.filter.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.bootstrap.jqgrid.css">
Refer demos/integration/multiselect-filter.php
Also emailing you demo files.