|
{{ column.label }}
|
@switch (column.key) {
@case ("serial") {
@if (element.username === authService.username()) {
{{ element[column.key] }}
} @else {
{{ element[column.key] }}
}
|
Remove |
@if (element.username === authService.username()) {
}
|
Delete |
@if (element.username === authService.username()) {
}
|
|---|
| No data matching the filter. |