I have 2 components. Both have mat-table and paginators and pagination is working for one component and not working for the other component though the code is similar. Below
A solution without using setTimeout is to use set :
setTimeout
set
@ViewChild(MatPaginator) paginator: MatPaginator; set matPaginator(mp: MatPaginator) { this.paginator = mp; this.dataSource.paginator = this.paginator; }