wunderbaum
wunderbaum copied to clipboard
A modern tree/treegrid control for the web
See my sample: I've realized this here: https://node-projects.github.io/web-component-designer-demo/index.html But this does not work correctly, as I only position the absolute at the 100% position, now if you need to scroll,...
**Describe the bug** The option "rowHeightPx" is ignored. It seems, that ROW_HEIGHT in the source code is always a constant and not changeable from 22px. (export const ROW_HEIGHT = 22...
resolves #83
**Describe the bug** if you setSelected of an node, every node is rerendered. Is this expected? **To Reproduce** Look at the sample **Expected behavior** Only the selected (or none) should...
I migrated from FancyTree and I miss the state persistence, I noticed the tree.saveState and tree.restoreState but was having trouble with them, I'd like to provide this addon, it has...