Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
TreeTable connector
Hi,
I was wondering is there a way to make connectors work in a TreeTable just like in a Tree ? (i mean those dotted lines between parent and his children)
Tried to use the style BaseTheme.TREE_CONNECTORS but it will not work.
If I'll have to do it on my own with css - could you give me some hints on how to do it ?
Hi,
This is a good feature request, but I think we're too busy currently working on Vaadin 7 that this would get in the next minor release.
Anyhow, you should be able to add at least some dotted lines to the v-treetable-treespacer elements before the first cell content (use a background-image with background-position). Unfortunately there's no way of knowing which row is the last one of a given parent, so you can't really show when a section closes.