We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
tbody
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.
overrideSlotDefault
slot
td
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.
So, is it possible to write a tree inside table using your library ?
table
The text was updated successfully, but these errors were encountered:
This may not be caused by the tree. Could you create a reproduce in codesandbox?
Sorry, something went wrong.
It is not possible to write a tree inside table.
No branches or pull requests
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.
I have used the
overrideSlotDefault
method to override the defaultslot
, but CSS is not applied totd
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.
So, is it possible to write a tree inside
table
using your library ?The text was updated successfully, but these errors were encountered: