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
So, when I'm call Router.state.set('limit', 20) I expect that items just be added at the end of list, but I get full page reload, including animation of page and reset of scroll position. Is there a way to turn off that behavior when changing router state?
The text was updated successfully, but these errors were encountered:
I want to implement infinite scroll pagination by Iron.Router state variables.
That is my subscription code:
My publication code:
And my template:
So, when I'm call
Router.state.set('limit', 20)
I expect that items just be added at the end of list, but I get full page reload, including animation of page and reset of scroll position. Is there a way to turn off that behavior when changing router state?The text was updated successfully, but these errors were encountered: