https://stackoverflow.com/questions/76013934/angular-pagination-doesnt-work-datas-sent-from-backend
Can you help please?
Stack Overflow
I used the table with paginator here https://material.angular.io/components/table/overview. I pulled data from backend
dataSource = new MatTableDataSource<List_Product>;
@ViewChild(MatPaginat...