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
pageEvent(event){ //it will run everytime you change paginator this.dataSource.paginator = this.paginator; }