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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 4 weeks ago
TreeTable bug?
It appears that TreeTable is not working. In the doc page:
https://vaadin.com/docs/-/part/framework/components/components-treetable.html
it correctly does not have expansion arrowheads to the left of Coffee, Tea, Bread and Cake. However when I run the code locally I get arrows indicating that there are child items under those, but there are none. Thanks!
Last updated on
Hi,
try setChildrenAllowed(itemId, false) for the leaf nodes.
-Olli
Last updated on
Thanks, that fixed it. Maybe the example code can be updated too.
Last updated on
You cannot reply to this thread.