Skip to content

Instantly share code, notes, and snippets.

@gorosz
Created September 20, 2013 07:57
Show Gist options
  • Save gorosz/6634528 to your computer and use it in GitHub Desktop.
Save gorosz/6634528 to your computer and use it in GitHub Desktop.
[javascript] - dataTables
<script>
$('#TableID or Class').dataTable({
"bPaginate": false,
"aaSorting": [[ 1, "asc" ]]
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment