I am working with PrimeNG Table component. I would like to show the "loadingbody" template when my data is loading - that is, when the "loading" input on the table component is set to true. I cannot find a way to do that.
I know it is possible with the virtual scroll and lazy loading.
Is there a way to show this template programmatically?