Commit 4659ab7dd0da41ae86927ff139f301ecdffa952e

Authored by Igor Kulikov
1 parent e3e037c9

Improve table widgets mobile mode

@@ -101,7 +101,7 @@ @@ -101,7 +101,7 @@
101 <mat-icon>{{actionDescriptor.icon}}</mat-icon> 101 <mat-icon>{{actionDescriptor.icon}}</mat-icon>
102 </button> 102 </button>
103 </div> 103 </div>
104 - <div fxHide fxShow.lt-lg> 104 + <div fxHide fxShow.lt-lg *ngIf="actionCellDescriptors.length">
105 <button mat-button mat-icon-button 105 <button mat-button mat-icon-button
106 (click)="$event.stopPropagation(); ctx.detectChanges();" 106 (click)="$event.stopPropagation(); ctx.detectChanges();"
107 [matMenuTriggerFor]="cellActionsMenu"> 107 [matMenuTriggerFor]="cellActionsMenu">
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 <mat-icon>{{actionDescriptor.icon}}</mat-icon> 64 <mat-icon>{{actionDescriptor.icon}}</mat-icon>
65 </button> 65 </button>
66 </div> 66 </div>
67 - <div fxHide fxShow.lt-lg> 67 + <div fxHide fxShow.lt-lg *ngIf="actionCellDescriptors.length">
68 <button mat-button mat-icon-button 68 <button mat-button mat-icon-button
69 (click)="$event.stopPropagation(); ctx.detectChanges();" 69 (click)="$event.stopPropagation(); ctx.detectChanges();"
70 [matMenuTriggerFor]="cellActionsMenu"> 70 [matMenuTriggerFor]="cellActionsMenu">
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 <mat-icon>{{actionDescriptor.icon}}</mat-icon> 74 <mat-icon>{{actionDescriptor.icon}}</mat-icon>
75 </button> 75 </button>
76 </div> 76 </div>
77 - <div fxHide fxShow.lt-lg> 77 + <div fxHide fxShow.lt-lg *ngIf="actionCellDescriptors.length">
78 <button mat-button mat-icon-button 78 <button mat-button mat-icon-button
79 (click)="$event.stopPropagation(); ctx.detectChanges();" 79 (click)="$event.stopPropagation(); ctx.detectChanges();"
80 [matMenuTriggerFor]="cellActionsMenu"> 80 [matMenuTriggerFor]="cellActionsMenu">