Preview: jQuery Multicolumn Dropdown Plug-in

Posted by Dan on Apr 3, 2008 @ 3:22 PM

One of the UI components I'm in need of from time to time, is a hierarchy tree where the user needs to select an option. While there are plenty of "tree" scripts, they take up a lot of screen reality and involve lots of clicking. I've always thought I could come up with a better UI component, so we started working on script that would create downdown component that supported hierarchical data.

The problem with doing a dropdown is that if you have a lot of data (which is often the case for us) data really quickly rolls off the screen. To resolve this issue, we split the list into multiple columns when there's too much data. Here's a screenshot of what the dropdown looks like:

Multicolumn Dropdown Screenshot

I'm hoping to wrap this plug-in up in the next few weeks and release as open source. In the meantime, here's a little screen capture that shows the plug-in in action.

Categories: jQuery

10 Comments


Comments for this entry have been disabled.