Questions tagged [angular-pagination]
16 questions
2
votes
1 answer
How to redirect to an Angular custom made Login page if the user is not logged in
In my current case I have an Angular application with Azure AD and MSAL v2 implementation. What I want to achieve is when the user is not logged in redirecting them to the custom made Login page with a simple Login (click)="login()" button. I've…

dtkturpal
- 21
- 4
2
votes
2 answers
How to set angular pageIndex default as 1 in angular material?
My pageIndex in backend (legacy code) started with 1 and angular material paginator.pageIndex started with 0. How to set pageIndex default value as 1 in angular material? If I initialize pageIndex = 1. It's doesn't work actually. If I change backend…

SKL
- 1,243
- 4
- 32
- 53
1
vote
1 answer
Index Number is Starting From Beginning in Second Page When I Use at Paginator
Index Number is Starting From Beginning in Second Page When I Use Material (Mat) Paginator
I am Storing My Data in Local Storage
My Invite Page (Table)