Skip to content

Commit 11e687a

Browse files
Fix table pagination in Dashboard Component
1 parent 957a870 commit 11e687a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/modules/dashboard/dashboard.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export class DashboardComponent implements OnInit {
5353
this.bigChart = this.dashboardService.bigChart();
5454
this.cards = this.dashboardService.cards();
5555
this.pieChart = this.dashboardService.pieChart();
56+
57+
this.dataSource.paginator = this.paginator;
5658
}
5759

5860
}

0 commit comments

Comments
 (0)