$(document).ready( function() { $('#example').dataTable({ /* No ordering applied by DataTables during initialisation */ "order": [] }); })