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.
PagedTable problems after pagechange event
Hi everybody,
to display some data, i´m using a paged table in my application.
this table consists of a generated column to show a button and several other columns with some data.
the first page is shown correctly, but if i switch to the second page, the button is only shown by some tableitems.
do i have to add the generated column again?
anybody got the same problem and can tell me a solution?
I tried to reproduce your problem but was unable to do so. Could you please provide a small code example that reproduces the problem?
Hello,
I have the exact same problem. Maybe I have some more details. I have the problem when the table also includes a scrollbar, so when the items per page is larger than the viewable number or rows in the table The first page is okay, the last page is okay too. When going through the pages, the generatedcolumns will first be displayed correctly, but then cleared after about one second. The other columns are fine. Unfortunately I don't have a simple piece of code available now