While working on my project, I found a strange issue that, AG-grid data getting populated while loading the page in browser. But while resizing any column header width manually in browser, first row of the table temporarily hidden, and again If i do a scroll-up and down, or sort ascending or descending the first row again appears. here is the screenshot :
But I can see data is there in network tab while checking in debugger.
Can anyone please help me, where is the exact issue actually.
This issue was resolved adding key column to it programmatically.