Skip to content

Commit 5a62c72

Browse files
Merge pull request soufiane-fadil#1 from bloodymind/hotfix/dashboard-table
Fix table pagination in Dashboard Component
2 parents 957a870 + 11e687a commit 5a62c72

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)