mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
9 lines
169 B
JavaScript
Executable File
9 lines
169 B
JavaScript
Executable File
$(document).ready(function()
|
|
{
|
|
$('#artist_table').dataTable(
|
|
{
|
|
"bStateSave": true,
|
|
"iDisplayLength": 50,
|
|
"sPaginationType": "full_numbers",
|
|
});
|
|
}); |