I would like to add a custom cell to be displayed conditionally. In my specific case, I am using the same table for various data.
I tried wrapping the custom cell in an ngIf ng-container. It worked if I bind ngIf to a regular boolean variable, but it did not work to bind to observable | async.