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
Now users can type currentPage in URL while totalPages is a constant. What's the best way to handle it in our application?
I was expecting that this plugin will handle it for me... We can always render pagination like when currentPage is 1 but pass isActive=false to each component.
The text was updated successfully, but these errors were encountered:
@dmytroyarmak the perfect way to handle that is to just render everything as is when isActive is set to false in each component. But I'm fine with any solution which does not throw an exception.
This is my opinion, but just in case you don't have any objection to it ;). Thank you for the response anyway!
PS. when you decide something could you capture it here before implementing. I'll probably will be able to help you with this issue (or maybe anyone else).
Now users can type
currentPage
in URL whiletotalPages
is a constant. What's the best way to handle it in our application?I was expecting that this plugin will handle it for me... We can always render pagination like when
currentPage
is1
but passisActive=false
to each component.The text was updated successfully, but these errors were encountered: