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.
Table remove Item event
I have data Table and I am removing rows/items by calling removeItem(123) method.
My question is how do I wire the removeItem event so I can update the screen when this event occurs?
Thank You
Peter
If you remove something from a container, the changes should be automatically reflected to the table. How are you triggering the removing of an item? I mean, does the user click on a button in the user interface and then the item is removed or is there a separate thread in the server that does something in the background and the modifies the container?