Hi Paramvir,
I found that interacting (f.x. set cell selection) with table rendered in scaled up (190%) container produces somewhat strange results.
When I try to set selection on ceratin cells, table body rendered with offsets which makes table look broken. Another case
when I try to interact with table's scroll bar. Then table body jumps up.
JS Fiddle reproducing problem:
https://jsfiddle.net/1wmbf7ts/Here is some screenshots:
- After click on table's scrollbar
https://ibb.co/prHgLqP- After set cell selection on bottom line, rightmost column, I think it should be not fully rendered to trigger auto scroll
https://ibb.co/fDWpFpdI suspect it is related to table body position based on original table/cell dimensions, not scaled ones.
So, question is, how it could be fixed?