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
For example. When the paginator display 11-20 of 400 , I want to set the pageIndex to initial state. And after that, I want paginator display 1-10 of 400.
What is the current behavior?
First page is 0 and current page is 1, the paginator view display 11-20 of 400.
I set the pageIndex to initial state like this:
this.paginator.pageIndex = 0;
But the view of paginator not update. Still display 11-20 of 400.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?