This is a simple example to show ColReorder working with DataTables scrolling.
$(document).ready( function () { var oTable = $('#example').dataTable( { "sDom": 'Rlfrtip', "sScrollY": "200px", "bPaginate": false } ); } );