Scrolling issues in Safari (iPad)
Scrolling issues in Safari (iPad)
Hi,
I am using a DataTable with frozen left column and headers. Works great in FF, however, when scrolling in Safari (iPad), the data is allowed to go way beyond the headers. It snaps back after the touch is released though. Also, the data grid can be dragged to the right, making the 'hidden' first column visible, thus showing duplicate first column. The whole data grid seems to be in the floating state, while first column and headers appear to be 'fixed'. This can be seen on all the examples posted on this site as well. Any suggestions? I tried adding a listener to for the touch event and triggering preventDefault(), but that prevents scrolling all together. Any help is greatly appreciated, many hours spent and no luck