perbaikan master
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
</ng-template>
|
||||
</ngx-datatable-column>
|
||||
<ngx-datatable-column
|
||||
name="Status"
|
||||
name="StatusName"
|
||||
[flexGrow]="1"
|
||||
[minWidth]="90"
|
||||
>
|
||||
@@ -95,7 +95,7 @@
|
||||
let-value="value"
|
||||
>
|
||||
<p style="color: #ffffff">
|
||||
{{ value === "2" ? "Aktif" : "Nonaktif" }}
|
||||
{{ value }}
|
||||
</p>
|
||||
</ng-template>
|
||||
</ngx-datatable-column>
|
||||
|
||||
Reference in New Issue
Block a user