Keep Pagination #1289
Unanswered
thiagoalgo
asked this question in
Q&A
Keep Pagination
#1289
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys. I'm using PowerGrid version 5 and I'm trying to maintain the page after navigating to another page, like the record creation page. I'm using livewire with spa, using the navigate parameter and trying to retrieve the page selected by queryString.
My component has a page property as below:
The problem is that when I use pagination links, this property is not changed automatically, although the queryString in the browser's address bar updates correctly.
Does anyone know how I can fix this or if there is another approach to maintaining the paging state?
Below is my component and its view where I am calling the table:
Beta Was this translation helpful? Give feedback.
All reactions