Synchronation Issue with scrollable Datatables / FixedColumn on IPad
Synchronation Issue with scrollable Datatables / FixedColumn on IPad
Hello all,
first, thank's for this great Framework!
Works great on Desktop, unfortunately i have one big Problem in my new mobile Project:
To render Tables with many Rows and Columns i am use internal scrolling functionality and the Fixed Columns Plug-in. All works fine on Desktop, but the Bounce Effect and the elastic Scrolling on the Ipad destroys the scroll synchronisation of the fixed Header and the Column.
Example (open this with Ipad 3 for example):
http://datatables.net/release-datatables/extras/FixedColumns/index.html
is there any Possibility to disable this scrolling behaviour, or to fix any code ?
Many, many Thanks!
first, thank's for this great Framework!
Works great on Desktop, unfortunately i have one big Problem in my new mobile Project:
To render Tables with many Rows and Columns i am use internal scrolling functionality and the Fixed Columns Plug-in. All works fine on Desktop, but the Bounce Effect and the elastic Scrolling on the Ipad destroys the scroll synchronisation of the fixed Header and the Column.
Example (open this with Ipad 3 for example):
http://datatables.net/release-datatables/extras/FixedColumns/index.html
is there any Possibility to disable this scrolling behaviour, or to fix any code ?
Many, many Thanks!
This discussion has been closed.
Replies
Thanks, Mohammed.
I figured out this issue with horizontal scrolling on IPad too. Whenever I activate either "sScrollX" or "sScrollY" parameter, column width in FixedColumn-Table gets messed up.
Without these parameters I lose my fixed column, but all columns are aligned with their assigned headers.
Is there any solution / workaround available to use FixedColumn on mobile devices, e.g. IPad4?
Thanks