finderjs icon indicating copy to clipboard operation
finderjs copied to clipboard

Browse hierarchical data in columns, similar to OS X's Finder

Results 14 finderjs issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 14.0.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Implement role="tree" on the outer widget. For each item that gets focused, use role="treeitem" aria-level="[number]"

HI First of all thanks for the marvelous work produced !! I'm using item-selected event but on click in some case I'd like to preventDefault behavior, cause when children are...

When initialising finder using an async function rather than static array, the "go-to" event does not work. The following error is seen in the console: ``` TypeError: n.find is not...

I think that it will be a nice and useful feature to (re)render all columns with a new structure data(array) given as parameter. Currently we are forced to render each...

enhancement

ie. `finder.destroy()` should: - clear all event listeners - clear container html - return destroyed object

enhancement

I believe it would be useful.