ColReorderWithResize is not working when sScrollY is used, only resizing header.

ColReorderWithResize is not working when sScrollY is used, only resizing header.

JoWJoW Posts: 0Questions: 0Answers: 0
edited February 2012 in Plug-ins
I am trying to use the ColReorderWithResize plugin with a fixed header and scrollable body (by using sScrollY parameter).
Everything is working when I am not using the sScrollY.
But as soon as I add the sScrollY parameter only the header is resizing.

Example when it is not working is found here: http://jsfiddle.net/RwTq2/14/

[code]
$(document).ready(function() {
$('#example').dataTable({
"bPaginate": false,
"sScrollY": "200px",
"sDom": "Rlfrtip"
});
});
[/code]

Is this a known bug or am I doing something wrong?
Is there a known solution/workaround for it to work?

BR
//Johan

Replies

  • denine99denine99 Posts: 2Questions: 0Answers: 0
    Take a look at this thread: http://datatables.net/forums/discussion/2474/column-resizing/p1?post#Form_Body

    They fixed the bug but haven't quite uploaded the new version of ColReorderWithResize yet. Should be soon.
  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    Or this one: http://datatables.net/forums/discussion/8471/column-resize-plugin
  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    edited March 2012
    The update for the ColReorderWidthResize plug-in is now available: http://datatables.net/extras/thirdparty/ColReorderWithResize/

    Allan
This discussion has been closed.