I am using the head of the paginate module but i need two paginations on the same page for two different tables of two different models.
I use the setParameterName() of the paginator to have two different variables for the actual page for each table, and this works ok.
When i click on page 2 for the tableA i get an URL like this:
And then if i click on page 3 for the tableB i get this URL:
And again if the user now click the page 4 of tableA i get this:
And then if i click on page 3 for the tableB i get this URL:
Note: the order of the parameters seems to be random.
How can i know wich one was the last pagination controls they click so i can position the user on that table? ( the page is long so i dont the user to be scrolling each time they click on a paginate control )
Thanks in advance ... aad
--
andres amaya diaz