phphe/he-tree-vue

Tree Inside a table

belt-basya opened this issue · 2 comments

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 ?

phphe commented

This may not be caused by the tree. Could you create a reproduce in codesandbox?

phphe commented

It is not possible to write a tree inside table.