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.
$(document).ready( function () {
	var oTable = $('#example').dataTable( {
		"sDom": 'Rlfrtip'
	} );
} );