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 in editable mode
I'm trying to display a table in editable mode with a button to add a new empty row and a button to save all modified rows and all new rows. My table has a BeanItemContainer and a FiledFactory. I can't get my table work, in this thread I tryed to explain my problems. I look for a similar example but I can't find something like my case. In every example I saw, tables are always non editable; to add new rows, users interact with subwindows or forms. Is it possible to get what I'm trying to do? Does anyone have an example to show me the way?
Thank you, Francesco