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?
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
Thank you for the update. I’m glad that it works now.