Files
Arcade-Website/dist/js/pages/songs.js
T
2016-10-18 05:46:32 +02:00

10 lines
236 B
JavaScript

$(function () {
$('#songs-table').dataTable({
"bAutoWidth": true,
"lengthMenu": [[ 10, 25, 50, 75, -1], [10, 25, 50, 75, "All"]],
"pageLength": 15,
"order": [ 0, 'asc' ]
});
});