@ -204,7 +204,7 @@ export class GfAdminJobsComponent implements OnDestroy, OnInit {
this.dataSource = new MatTableDataSource(jobs);
this.dataSource.sort = this.sort;
this.dataSource.sortingDataAccessor = get;
this.isLoading = false;
this.changeDetectorRef.markForCheck();
@ -16,7 +16,14 @@
</mat-select>
</mat-form-field>
</form>
<table class="gf-table w-100" mat-table matSort matSortActive="created" matSortDirection="desc" [dataSource]="dataSource">
<table
class="gf-table w-100"
mat-table
matSort
matSortActive="created"
matSortDirection="desc"
[dataSource]="dataSource"
>
<ng-container matColumnDef="index">
<th
*matHeaderCellDef