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 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