Table body empty on pageload in angular application

Tags: #<Tag:0x00007efc654c3228> #<Tag:0x00007efc654c3048>

Hello everyone,
I got an issue with my table in my angular application. When the page loads I can only display the table header and the body is loaded only after the user has had an interaction with the header (click or horizontal scroll). How can I solve this?

Hi @gianluca.ursino

Thank you for contacting us. Please, share a code demo where the problem can be replicated. Then we can determine what the issue might be.

I tried setting the height of the table to ‘auto’ and it works, this way the body is not empty.
Thank you anyway

@gianluca.ursino

Thank you for the update. I’m glad that it works now.