mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 04:09:26 +00:00
Index page styling concept#1
This commit is contained in:
@@ -2,8 +2,11 @@ $(document).ready(function()
|
||||
{
|
||||
$('#artist_table').dataTable(
|
||||
{
|
||||
"aoColumnDefs": [
|
||||
{ "bSOtrable": false, "aTargets": [ 1 ] } ],
|
||||
"bStateSave": true,
|
||||
"iDisplayLength": 50,
|
||||
"sPaginationType": "full_numbers",
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user