I think your problem is with *ngFor because you create many menus, try this <ng-container *ngIf="rowActionIcon?.length" ...
確定! 回上一頁