Does fixedcolums work on IOS?

Does fixedcolums work on IOS?

LuddeLudde Posts: 43Questions: 11Answers: 0

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

  • kthorngrenkthorngren Posts: 20,269Questions: 26Answers: 4,765

    I tried the basic fixedColumns example on my iPhone and it seems to work. Does it work for you?

    Kevin

  • LuddeLudde Posts: 43Questions: 11Answers: 0
    edited November 2021

    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

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    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

  • LuddeLudde Posts: 43Questions: 11Answers: 0
    edited November 2021

    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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    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

  • LuddeLudde Posts: 43Questions: 11Answers: 0

    Thanks Colin and Allan!

Sign In or Register to comment.