I am printing to table with datatable colums with my order but the data table change the order, what can I do to abort that.
My code
$(document).ready( function () {
$('#example').DataTable();
} );
</script>