vue3-tree-vue icon indicating copy to clipboard operation
vue3-tree-vue copied to clipboard

Results 9 vue3-tree-vue issues
Sort by recently updated
recently updated
newest added

https://github.com/geekhybrid/vue3-tree-vue/blob/e75a80aa88fc311ae63296610b0fe915e7fe48f9/src/style.css#L74C7-L74C7 Class `.d-flex` has wide using, so adding alignment break whole site. Why don't you use `.align-items-center` in places where it requires?

It is easy to make it not do anything when you drag/drop the order, however it might be better to disable it completely so the user doesn't think something is...

For really big trees it would be helpful to be able to search/filter on text. It could then show just the relevant entries. Something like this: ![image](https://github.com/geekhybrid/vue3-tree-vue/assets/1796227/8c70bf17-b2ed-4d6d-82d4-0dd0dc38b0e3) I have thought...

Hello, When using an async function with dropValidator, dropValidator doesn't work properly. ``` const onBeforeItemDropped = async (droppedItem: TreeViewItem, dropHost: any) => { if (!dropHost || !droppedItem) return false; if...

This should at least alleviate #25, I'm not entirely sure if this fixes the whole issue but I'd be willing to adjust it or have changes made if there were...

Hi, I would like to disable the dragging of the specific nodes. Actually I would like to decide this at runtime. I mean, when I catch a node, I want...

Allows user to make some parents non-collapsible

i add style class to styles array on each item but not show style class in tree dom. how i can customize style of tree item?

When I'm trying to move `Foo2` above `Foo`, it moves it into the `Foo` folder. Is there some way I can reorganise nodes within the same folder?