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
I'm trying to use the Paginator component to paginate a list with query param for the page but I can not see where to pass the page number to the component so it reflects the right page selected.
Describe the bug
I'm trying to use the Paginator component to paginate a list with query param for the page but I can not see where to pass the page number to the component so it reflects the right page selected.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://primevue.org/paginator/
Environment
Laravel + Inertia
Vue version
3.3.13
PrimeVue version
4.2.2
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Simply put the component in the view
Expected behavior
For example if the query param page is 2 the component selects 2
The text was updated successfully, but these errors were encountered: