Pagination with C# (DotNet) + Angular problem.
Hey gyus first of all thanks for anyone who gonna help me 🙂
I tried to implement pagination with c# and angular material (paginator)
I success to implement the c# but when I got to angular client side the functions causes the component to re render and not letting the pagination work well.
The problem in the network is when I go to another page fired it cause the http request to the pageNumber=1 and then doing the ngOnInit re render and override my data to pageNumber=0.
0 Replies