ionic 5 datatable
https://swimlane.github.io/ngx-datatable/#toggle https://www.positronx.io/create-ionic-data-table-with-ngx-datatable/ <app-header></app-header> <ion-content padding> <div class="margin"> <p style="text-align:right;width:100%"> {{this.today | date:'dd MMM yyyy'}} <span style="float:right;margin-left:10px;">{{this.time}}</span> </p> <ngx-datatable [sortType]="'multi'" [headerHeight]="100" [footerHeight]="50" [rowHeight]="50" [scrollbarH]="true" [scrollbarV]="true" [rows]="this.rows" [columns]="columns" [columnMode]="'force'" (page)="onPage($event)" (activate)="onActivate($event)" [limit]="5" class="bootstrap material" ...