in angular material if u like to movie actions like edit and delte then you should
move the column name in ts file to the top no use if you move in html file
single checkbox selection click here
here in ts give consoel.log(this.selected)
you will gate below property.
<mat-form-field appearance="fill">
<mat-label>CONTAINER PERMIT *</mat-label>
<mat-select [(ngModel)]="selectedValue" >
<mat-option *ngFor="let cn of contaniervalues" [value]="cn.lookupDescription" >
{{cn.lookupDescription}}
</mat-option>
</mat-select>
</mat-form-field>
ts:selectedvalue:any;
for add and edit on same action check vessel master in dms.web under master
No comments:
Post a Comment