Scroller plugin misplaces Datatable's column header
Scroller plugin misplaces Datatable's column header
Hello,
I am trying to implement the scroller plugin in datatables and the table is activated by the outside button. When the outside button is clicked multiple times then the column header gets misplaced. I have a code snippets in the js fiddle :
http://jsfiddle.net/2r8h7/4/
If you click the button multiple times then you will notice the column header is moved to the top. If the S is removed from SDom then it works perfectly but scroller functions no longer exists. Any suggestions in this regard will be highly appreciated.
I am trying to implement the scroller plugin in datatables and the table is activated by the outside button. When the outside button is clicked multiple times then the column header gets misplaced. I have a code snippets in the js fiddle :
http://jsfiddle.net/2r8h7/4/
If you click the button multiple times then you will notice the column header is moved to the top. If the S is removed from SDom then it works perfectly but scroller functions no longer exists. Any suggestions in this regard will be highly appreciated.
This discussion has been closed.
Replies
Fix committed https://github.com/DataTables/Scroller/commit/278510d . This is now available in the nightly and will be in Scroller v1.1.1.
Regards,
Allan