Index page styling concept#1

This commit is contained in:
Remy
2011-08-05 00:22:30 -07:00
parent bb8b3730c4
commit a792e8614a
9 changed files with 64 additions and 19 deletions

View File

@@ -2,8 +2,11 @@ $(document).ready(function()
{
$('#artist_table').dataTable(
{
"aoColumnDefs": [
{ "bSOtrable": false, "aTargets": [ 1 ] } ],
"bStateSave": true,
"iDisplayLength": 50,
"sPaginationType": "full_numbers",
});
});