| {{'Sl.No' | translate}} | {{i + 1 + (paginator.pageIndex * paginator.pageSize)}} |
|
|
{{'Subcategory Name' | translate}} | {{row?.subcategoryname}} | {{'Parent Category list' | translate}} | @if (row?.subcategorylist) { @for (item of row.subcategorylist; track item.category_id) { @for (cat of category; track cat.id) { @if (cat.id === item?.category_id) { {{cat?.name}} } } } } | {{'Status' | translate}} | @if (permission?.includes('Category Edit')) { } | {{'Actions' | translate}} |
@if (permission?.includes('Subcategory Edit')) {
}
@if (permission?.includes('Subcategory Delete')) {
}
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{'No data Found'| translate}} | } @else {{{'No data matching the filter'| translate}} " {{input.value}} " | }