I have the below page where the column header is fixed and the table body is scrollable. But when i scroll the data, i have the result like the image 2. Please suggest as to what to do to get rid of this. This is the code for my div. The table is sitting inside the below div.\[code\] <div style="overflow:auto; height:400px; position: absolute;"> \[/code\]Before scroll
After scroll