I'm using a listFormComponent to display records. I show 40 per page and I have the paginator at the top that the component puts to go to the next page or the previous one
The problem is that if I'm for example on the second page and I enter one of those records, when I go back, it takes me directly to page 1 and not to the page I was on.
Is there a way to capture the page I'm on and remember it in some way so that when I go back I go back to that page?
Servoy 2023.3.3.3845
Thanks