mat-paginator not working in dynamically generated table code example
Example: mat-sort not working in dynamically generated table
@ViewChild(MatSort, {static: false})
set sort(value: MatSort) {
this.dataSource.sort = value;
}
@ViewChild(MatSort, {static: false})
set sort(value: MatSort) {
this.dataSource.sort = value;
}