Does fixedcolums work on IOS?
Does fixedcolums work on IOS?
Ludde
Posts: 43Questions: 11Answers: 0
in FixedColumns
Hello all,
Does fixedcolumns work on IOS? I can not get it to work. The same code works fine on windows and android.
Ludde
This question has an accepted answers - jump to answer
Answers
I tried the basic fixedColumns example on my iPhone and it seems to work. Does it work for you?
Kevin
Hello Kthorngren,
No, the example does not work on my ipad version 12.2
I have done some reserach and I do not why it does not work for me as expected. Here is the result.
Example 1)
The first example usesold datatable and with that is works on both IOS, windowsand android. I found it on codepen (https://codepen.io/onirosd2/pen/eGNavB)
http://live.datatables.net/hunekini/1/edit
Example 2)
With the latest datatable this example works on windows and android but not on my ipad version 12.2
http://live.datatables.net/bacicike/1/watch
What have I done wrong on my second example?
Best Regards
Ludde
Hi Ludde,
I’ve just tried it with iPadOS 15.1 and it seems to work okay. Perhaps the older versions of IPadOS don’t support
position: sticky
? Are you able to update the iPad or is it at the latest version for that hardware?Allan
Hello Allan,
Thanks for testing! Which version of fixedcolumn should I test with for my version 12.2? fc-3.2.0? Sorry for asking.
Best Regards
Olof
It would be worth trying 3.2.0, as that was the release before
position: sticky
was introduced which radically changed the FixedColumn extension.Colin
Thanks Colin and Allan!