Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save e-vural/0ab3c66a0fcce283796d to your computer and use it in GitHub Desktop.
Save e-vural/0ab3c66a0fcce283796d to your computer and use it in GitHub Desktop.
$('table').dataTable({
"aaSorting": [[ 0, "desc" ]] // Sort by first column descending. (ilk kolona göre sıralama yapar)
//0 first colomn 1 second like a array (0 ilk kolon 1 ikinci array gibi )
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment