Desc1 in LayerRecords
This commit is contained in:
@@ -47,6 +47,12 @@
|
|||||||
<td mat-footer-cell *matFooterCellDef><b>{{valueSum | number:'1.2-2'}}</b></td>
|
<td mat-footer-cell *matFooterCellDef><b>{{valueSum | number:'1.2-2'}}</b></td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
<ng-container matColumnDef="desc1">
|
||||||
|
<th mat-header-cell *matHeaderCellDef mat-sort-header>Description1</th>
|
||||||
|
<td mat-cell *matCellDef="let row"> {{row.desc1}} </td>
|
||||||
|
<td mat-footer-cell *matFooterCellDef></td>
|
||||||
|
</ng-container>
|
||||||
|
|
||||||
<tr mat-header-row *matHeaderRowDef="displayedColumns, sticky: true"></tr>
|
<tr mat-header-row *matHeaderRowDef="displayedColumns, sticky: true"></tr>
|
||||||
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
|
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
|
||||||
<tr mat-footer-row *matFooterRowDef="displayedColumns"></tr>
|
<tr mat-footer-row *matFooterRowDef="displayedColumns"></tr>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export const environment = {
|
|||||||
},
|
},
|
||||||
views: {
|
views: {
|
||||||
layers: {
|
layers: {
|
||||||
recordColumns: "code|value1"
|
recordColumns: "code|value1|desc1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user