$(document).ready( function() { $('#example').dataTable({ /* Disable initial sort */ "aaSorting": [] }); })