ParadeTo / vue-tree-list

🌲A vue component for tree structure

Home Page:http://paradeto.com/vue-tree-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding new actions to node item

atxy2k opened this issue · comments

Hi, someone knows how to add new actions to node items? ... for example, I have 3 main nodes:

  • Node 1
  • Node 2
  • Node 3

But I have to add to node 2 an item from database, then, I want to have in the node 2 row a button, and when user press it, open a modal, add to database and add the result as child of node 2. Another action I want to do is a custom edition, for example, in node 2, I want to have a custom edit button, and when user press it, open a modal and edit the node with all attributes (4 or 5), and later, saved it and manually, update the tree.

commented

Cannot support your request right now. You can fork it and modify as you want. Sorry.