ColReorderWithResize is not working when sScrollY is used, only resizing header.
ColReorderWithResize is not working when sScrollY is used, only resizing header.
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
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
This discussion has been closed.
Replies
They fixed the bug but haven't quite uploaded the new version of ColReorderWithResize yet. Should be soon.
Allan