imgc changes
This commit is contained in:
parent
d30d37294b
commit
f373ccc9e0
@ -680,10 +680,10 @@
|
||||
<span *ngIf="row.application_id" mat-line>{{row.application_id}}</span> </td>
|
||||
</ng-container>
|
||||
<br>
|
||||
<ng-container matColumnDef="lender">
|
||||
<ng-container matColumnDef="institute_name">
|
||||
<th style="padding-left: 33px;" mat-header-cell *matHeaderCellDef mat-sort-header >Lender Name</th>
|
||||
<td style="padding-left: 33px;" mat-cell *matCellDef="let row">
|
||||
<span *ngIf="row.lender" mat-line>{{row.lender}}</span> </td>
|
||||
<span *ngIf="row.institute_name" mat-line>{{row.institute_name}}</span> </td>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="applicant">
|
||||
<th mat-header-cell *matHeaderCellDef mat-sort-header>Applicant Name</th>
|
||||
|
||||
@ -142,7 +142,7 @@ export class PdMisComponent implements OnInit {
|
||||
{
|
||||
this.displayedColumns = ['serialno',
|
||||
'application_id',
|
||||
'lender',
|
||||
'institute_name',
|
||||
'applicant',
|
||||
'address_visited',
|
||||
'lender_contact',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user