beautify achievement table

This commit is contained in:
Filip Gralinski 2017-10-03 07:46:27 +02:00
parent 88d045b168
commit d4d4d4c5ad

View File

@ -4,3 +4,9 @@
autocomplete: true,
enforeWhitelist: true});
input.style.display = 'none';
$(document).ready(function() {
$("table").DataTable({
'pageLength': 50,
'order': [[1, 'desc']]});
} );