Hi,
I am unable to reproduce the issue with a demo code.
The table if fine with x and y axis scrollbar. But in our application, when we are using scrollbar, the performance is very slow on Save into the table.
So, we found a workaround to remove height: ‘auto’ & width: ‘auto’ which basically considers overflow as hidden. By doing this, the issue got resolved. This also fixes performance related issue and improves the performance.
But, one major thing that we face is that the header is getting floated on page scroll, which is actually getting flickered and whole table seems to be flickered on scroll for huge data, which is quite disturbing.
Added the JSfiddle for the flicker issue here: https://jsfiddle.net/yhcbLu1r/1/
Is there any possibility to disable floating header and not to define width and height?
Disabling floating header will be of great help to solve our issue.
Thanks,
Karthikeyan