Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block-Ui: Progress-Spinner is not shown if used in ps-table rowDetail #201

Open
KuhnMichael opened this issue Feb 17, 2022 · 0 comments
Open

Comments

@KuhnMichael
Copy link
Contributor

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-table tableId="myId" [dataSource]="tableDataSource">
    <ps-table-column property="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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant