Skip to content

Instantly share code, notes, and snippets.

@csessig86
Last active December 10, 2015 14:28
Show Gist options
  • Save csessig86/4447742 to your computer and use it in GitHub Desktop.
Save csessig86/4447742 to your computer and use it in GitHub Desktop.
Simple DataTable template part 4
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#five_year').dataTable({
"iDisplayLength": 25
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment