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.
Vaadin 8 Tree Table
Hello!
From Version 8, removed classes Table and tree table
What can replace them in the 8.x without having to add compatibility with 7.x?
Especially interested in the tree)
As far as I know, Vaadin 8 TreeTable will be delivered with Vaadin 8.1.
Thats right. There will be a TreeGrid coming with 8.1, according to the devs ;)
The Grid is already replacing the Table.
Note that you can already use the TreeGrid component with Vaadin 7: https://vaadin.com/directory#!addon/vaadin-treegrid
It's the same one that will be included in Vaadin 8.1, more or less.
-Olli
Olli Tietäväinen: Note that you can already use the TreeGrid component with Vaadin 7: https://vaadin.com/directory#!addon/vaadin-treegrid
It's the same one that will be included in Vaadin 8.1, more or less.
-Olli
I have a lot of hierarchical tables in the project ... with the events, actions, menu design ... e.t.c ...
Twice refactoring does not make sense