Multiple Column Select Box

Im looking for a multi-column selectable search field.

I found Flexbox (http://www.fairwaytech.com/flexbox) that does almost everything I need, except that it restricts the search to only the {name} column. I need something to look in all the columns shown.

Im looking for something as powerful as MS Access popups, if possible.

Thanks in advance.

+4
source share
2 answers

I ended up creating a (rather crude) custom combo box using div and a bit of javascript. Although not the most elegant, it works for my purposes.

Hopefully someone is working on something similar to this, but so far this is the only solution I could find.

0
source

not sure if this is what you are looking for ...

SooperFish View: jQuery Plugin for Multiple Column Dropdowns

+1
source

All Articles