remove min-heigth
This commit is contained in:
parent
9ad997e5ce
commit
ba5beefc72
@ -1,6 +1,6 @@
|
|||||||
<ng-container *ngIf="loading" [ngTemplateOutlet]="loadingTemplate"></ng-container>
|
<ng-container *ngIf="loading" [ngTemplateOutlet]="loadingTemplate"></ng-container>
|
||||||
|
|
||||||
<table [ngClass]="tableClasses" style="min-height: 300px;">
|
<table [ngClass]="tableClasses">
|
||||||
<thead [ngClass]="headerClasses">
|
<thead [ngClass]="headerClasses">
|
||||||
<tr *ngFor="let header of gridHeaders" >
|
<tr *ngFor="let header of gridHeaders" >
|
||||||
<th [attr.colspan]="columns.length">
|
<th [attr.colspan]="columns.length">
|
||||||
|
Loading…
Reference in New Issue
Block a user