Hello,
does anyone know a solution for this:
I have a tableview with <i>visibleRowCount = "5"</i>. When I navigate to the next page (or the third one...) in this tableview and afterwards press a button, the tableview shows the first page again in the next screen.
Table events (rowselection f.e.) does not affect the shown page.
A selected row keeps selected when I press the button outside the table but I also really want to keep the page as it was before.
Does anyone know how to do this?
Regards Henry