Skip to content

Instantly share code, notes, and snippets.

@subdesign
Created April 15, 2014 14:36
Show Gist options
  • Save subdesign/10737675 to your computer and use it in GitHub Desktop.
Save subdesign/10737675 to your computer and use it in GitHub Desktop.
$('#articles').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "admin/articlesajax",
"aaSorting": [[ 3, "desc" ]],
"aoColumns": [
{ 'sWidth': '60px' },
{ 'sWidth': '130px', 'sClass': 'center' },
{ 'sWidth': '180px', 'sClass': 'center' },
{ 'sWidth': '60px', 'sClass': 'center' },
{ 'sWidth': '90px', 'sClass': 'center' },
{ 'sWidth': '80px', 'sClass': 'center' },
{ 'sWidth': '80px', 'sClass': 'center' }
],
"sPaginationType": "bootstrap"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment