organization onboarding list, edit case changes

This commit is contained in:
Gagan7900
2026-07-30 14:30:51 +05:30
parent 4838e16dc8
commit 368d6bd540
23 changed files with 746 additions and 445 deletions
@@ -114,7 +114,7 @@
</tr>
} @else
{
@for (row of rows(); track row['id']; let rowIndex = $index) {
@for (row of rows(); track row['id'] ?? $index; let rowIndex = $index) {
<tr [class]="getRowClass(row, $index)" (click)="onRowClick(row)">
@for (column of columns(); track column.key) {
<td [class]="getCellClass(column)">