This site contains the legacy documentation for DataTables v1.9 and earlier for reference only.
DataTables 1.9 was End Of Life in 2014.
Do not use it for new work.
The current release of DataTables can always be found on
DataTables.net.
ColReorder example with alternative insert styling
Preamble
Using CSS it is relatively easy to modify the insert bar to suit your web-site. This
example shows how an arrow can be used to show the insert point rather than the straight
bar used in the other examples.
Live example
Examples
Initialisation code
$(document).ready( function () {
var oTable = $('#example').dataTable( {
"sDom": 'Rlfrtip'
} );
} );