inspire-tree-dom
inspire-tree-dom copied to clipboard
DOM renderer for InspireTree
Hi, I'm trying to simulate the read-only state by hiding the checkboxes controls. I can't find a way to hide them so I recreate the component again, with the option...
Needs to localize the strings: return `; } else { return ` perhaps in the config.
Dragging the cursor across the inline-editing input (to select text) as seen as a drag event instead, starting the drag and preventing editing. [reproduced](https://codepen.io/helion3/pen/wOYmYL?editors=1011)
This is just a placeholder for a potential enhancement (will design later). It would be great if the configuration allowed for custom action buttons supplementing or replacing the basic add/edit/remove...
When hovering over a node using inline editing the parent editing buttons are also shown. Is there anyway to opt-out of this behaviour and only show the edit buttons for...
I would have expected the following code to have stopped the node from actually being dropped. ``` tree.on("node.dragend", function(event) { event.preventTreeDefault(); alert("hi"); }); ``` But instead after I close the...
With 4.0.4 (which included drop ability for external files) I am having issues dragging files already present in the tree. Haven't looked into it too deep yet but have a...
The rollup-plugin-scss plugin has added postcss support. That should resolve the issues which requires the custom scss handling script.
When I enable both editable and drag and drop, it seems to have an issue with handling events from drag and drop and I get a "TypeError: Cannot read properties...