You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to use a ps-block-ui inside of ps-table's psTableRowDetailTemplate the mat-spinner is not shown. The blocking backdrop is there. It seems to appear in cases where the block-ui is in a sub component.
Sample:
<!--Sub component looks like this--><my-subcomponent><ps-block-ui[blocked]="blocked">
...
</ps-block-ui></my-subcomponent><!--Implementation looks like this--><ps-tabletableId="myId" [dataSource]="tableDataSource"><ps-table-columnproperty="A" [header]="'A'"></ps-table-column>
...
<ps-table-row-detail><ng-container*psTableRowDetailTemplate="let item"><my-subcomponent></my-subcomponent></ng-container></ps-table-row-detail></ps-table>
The text was updated successfully, but these errors were encountered:
When you try to use a ps-block-ui inside of ps-table's psTableRowDetailTemplate the mat-spinner is not shown. The blocking backdrop is there. It seems to appear in cases where the block-ui is in a sub component.
Sample:
The text was updated successfully, but these errors were encountered: