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 think this might be a feature request as well if this does not exist but I was playing around with paging to see how reactive and dynamic i could make it but i've noticed that only on page input box or page buttons emit the change events.
So when i want to dynamically change [nzPageIndex]="nzPageIndex" [nzTotal]="nzTotal" [nzPageSize]="nzPageSize" the change events are not emitted as shown in this demo: https://stackblitz.com/edit/xydair?file=src%2Fapp%2Fapp.component.ts%2Csrc%2Fapp%2Fapp.config.ts
clicking on any of the
<button (click)="changePage()">Random Page</button>
<button (click)="goToOne()">go to 1</button>
<button (click)="changeSize()">change size</button>
does not cause change to emit.
I'm not sure if this is intended or if this could be an acceptable feature request.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think this might be a feature request as well if this does not exist but I was playing around with paging to see how reactive and dynamic i could make it but i've noticed that only on page input box or page buttons emit the change events.
So when i want to dynamically change
[nzPageIndex]="nzPageIndex" [nzTotal]="nzTotal" [nzPageSize]="nzPageSize"
the change events are not emitted as shown in this demo:https://stackblitz.com/edit/xydair?file=src%2Fapp%2Fapp.component.ts%2Csrc%2Fapp%2Fapp.config.ts
clicking on any of the
does not cause change to emit.
I'm not sure if this is intended or if this could be an acceptable feature request.
Beta Was this translation helpful? Give feedback.
All reactions