This commit is contained in:
sriram-at-840620226347 2020-11-05 18:45:43 +05:30
parent 61fdaf9507
commit 9680fd13b0
2 changed files with 9 additions and 24 deletions

View File

@ -14,7 +14,7 @@
(resetFilter)= "loadSalesPDDetails()"></app-credit-advance-filter> -->
<p class="note" *ngIf="!recordStatus && limitMsg">Showing data for last {{common}}. To see older records, please use advanced filter</p>
<br/>
<mat-table #table_element [dataSource]="dataSourceTab4" matSort *ngIf="salesPdData.length > 0" >
<mat-table [dataSource]="dataSourceTab4" matSort *ngIf="salesPdData.length > 0" >
<ng-container matColumnDef="SalesPdId">
<mat-cell class="cell" *matCellDef="let details;" fxFlex.xs="7" fxFlex.sm="7" fxFlex.md="7" fxFlex.lg="7" fxFlex.xl="10">

View File

@ -2,6 +2,13 @@
transform: scale(1.1);
color: green;
}
.cell{
display:inline !important;
// text-align: center !important;
}
.cellhide{
display: none !important;
}
.center{
text-align:center;
@ -20,26 +27,4 @@ p.note {
font-weight: bold;
}
::ng-deep .mat-cell{
display: inline !important;
}
@media(max-width: 600px) {
.cell{
display: none !important;
}
.mobile-label {
width: 80px;
display: inline-block;
font-weight: bold;
}
.mat-header-row {
display: none;
}
.mat-row {
flex-direction: column;
align-items: start;
padding: 8px 24px;
}
}