Commit 4cfa385a authored by El Mghazli Yacine's avatar El Mghazli Yacine

table display

parent abb59447
......@@ -50,7 +50,7 @@
</div>
<mat-table mat-table [dataSource]="logs$" multiTemplateDataRows class="mat-elevation-z8">
<mat-table *ngIf="logs$ | async as logs" mat-table [dataSource]="logs" multiTemplateDataRows class="mat-elevation-z8">
<!-- For anyone who has set the multiTemplateDataRows property of mat-table to true,
you can't use index. Instead you have use either dataIndex or renderIndex.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment