I am using the react-data-grid. When i load the grid in mobile the frozen column flickers on horizontal scroll. This is the link to reproduce the error.
http://adazzle.github.io/react-data-grid/examples.html#/fixed-cols.
Just load the grid in mobile view and try to scroll horizontally.
Anyone who has faced this issue previously ,please suggest some solution
In my case setting
-webkit-overflow-scrolling
toauto
did not help. Also in this post sontek said that settingrowHeight
will fix the ises what also did not work in my case.Finally I had to remove the
border-bottom
from my customTableRow
component to get around this issue. Even playing around withbox-sizing
was not successful.What I have done:
And for anyone that lands here, this is basically what the issue would look like:
UI:
DOM: