hColumns icon indicating copy to clipboard operation
hColumns copied to clipboard

jQuery.hColumns is a jQuery plugin that looks like Mac OS X Finder's column view for the hierarchical data.

Results 8 hColumns issues
Sort by recently updated
recently updated
newest added

Hello there, I hope that somedy have found a way to use an ajax call to use the file manager. At the end I need to load a first row...

I have a page with 3 tabs and 2 of the tabs would ideally use hColumns. Right now, despite having different IDs (eg: #skills, #colors), once the page finishes loading,...

Can anyone suggest how to reset the view to having nothing selected at all?

The example code in index.html contains: ``` $(document).ready(function() { $("#columns").hColumns({ nodeSource: function(node_id, callback) { } }); }); }); }); ```

Thank you for this plugin. Very useful! Is it possible to make default selection of some particular element of the tree (on page load)?

The first thing I tried with the demo was to select an item and see if I could navigate to others using the keyboard. Perhaps this is not worthwhile to...

enhancement

It is often useful to have headers in each column, displaying a title (and maybe other things). For instance, in my app I'm showing a taxonomic hierarchy for a grocery...