mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 04:09:26 +00: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",
|
|
});
|
|
}); |