In
documentation, there is a Table component
but I couldn’t find it in packages.
Is it removed in Vaadin 8?
There is no indication about the Table being replaced by Grid in documentation. That’s the problem. Just a blog post mentioning that.
Try the latest documentation:
https://vaadin.com/docs/-/part/framework/introduction/intro-overview.html
Table does not show up under Server-Side components.
You can still use Table if you use the Compatibility packages. Take a look at this:
https://vaadin.com/docs/-/part/framework/migration/migrating-to-vaadin8.html
I’d recommend moving to use Grid as much as possible, though.
-Olli
That’s the answer I was looking for. Thank you.
No problem ![]()