Jak ujmować opcje tabeli danych

$('#example').dataTable( {
  "ordering": false
} );
Mohamad