You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 tables. Each has it's own pager. I want that the user can be on page 2 on the first table and on page 5 on the second table on the same time.
That because it is important that both pagers are working together.
Does this work? If yes: What should I do?
The text was updated successfully, but these errors were encountered:
It is possible if you use different query parameters for the pages of each pager instead of using page.
If you use the Symfony bundle, there is a pageParameter option accepting a property path to set the page in the routing parameters when rendering the url for the pagination controls (by default, it is '[page]').
And regarding reading the query parameter to configure the current page of the Pagerfanta instance, this happens in your own code.
There are 2 tables. Each has it's own pager. I want that the user can be on page 2 on the first table and on page 5 on the second table on the same time.
That because it is important that both pagers are working together.
Does this work? If yes: What should I do?
The text was updated successfully, but these errors were encountered: