Resizing search filter

QuestionsResizing search filter
Harpreet Singh Sahota asked 9 years ago

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:

https://www.diigo.com/item/image/5413x/pxtu

1 Answers
Abu Ghufran answered 9 years ago

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"&gt;
<link rel="stylesheet" href="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/jquery.multiselect.filter.css"&gt;
<script src="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/src/jquery.multiselect.js"></script&gt;
<script src="http://www.erichynds.com/examples/jquery-ui-multiselect-widget/src/jquery.multiselect.filter.js"></script&gt;

<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.

Your Answer

2 + 1 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?