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?
Table body empty on pageload in angular application
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