Datatables unusable on iPhone
Datatables unusable on iPhone
veloopity
Posts: 87Questions: 36Answers: 2
I have datatables fed from a javascript array data, the left 2 columns are fixed. That works ok on Windows and even mostly on Android but my customer has an iPhone (I don't so far) and he sent me this screenshot. Scrolling the data leads to a garbled image where the two left fixed columns are no longer in sync with the data. The same happens with only one fixed column. What can I do? We need the 2 left columns fixed.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are you able to link to the page so I can debug the issue please.
Allan
thx Allan. Can I send you a link per email? Please pm me at mp@mpeters.de
ah, found your email address and sent you a link
Update: Allan fixed the problem by setting scrolling to
-webkit-overflow-scrolling: auto;
in datatables.css
(previous value: -webkit-overflow-scrolling: touch)
thanks Allan!