he-tree-vue
he-tree-vue copied to clipboard
Tree Inside a table
trafficstars
Hey @phphe you have done a nice job. It's a much needed library. Thanks for this wonderful work.
I want to implement this library inside a tbody tag.
i.e.
table
tbody
treeview
tr
td
td
I have used the overrideSlotDefault method to override the default slot, but CSS is not applied to td tags.
i.e. it looks like the last td is not drawn.
It look like All the contents are filled inside the first td.
i.e.
| ID | Name | Action |
|---|---|---|
| 1 Abcd Action Button | ||
| 2 Mnop Edit Link | ||
| 3 Pqrs Edit Link |
So, is it possible to write a tree inside table using your library ?
This may not be caused by the tree. Could you create a reproduce in codesandbox?
It is not possible to write a tree inside table.