mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-20 19:59:26 +00:00
12 lines
246 B
JavaScript
Executable File
12 lines
246 B
JavaScript
Executable File
$(document).ready(function()
|
|
{
|
|
$('#artist_table').dataTable(
|
|
{
|
|
"aoColumnDefs": [
|
|
{ "bSOtrable": false, "aTargets": [ 1 ] } ],
|
|
"bStateSave": true,
|
|
"iDisplayLength": 50,
|
|
"sPaginationType": "full_numbers",
|
|
|
|
});
|
|
}); |