finderjs
finderjs copied to clipboard
Browse hierarchical data in columns, similar to OS X's Finder
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...
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 $...
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...
ie. `finder.destroy()` should: - clear all event listeners - clear container html - return destroyed object
I believe it would be useful.