beautify achievement table
This commit is contained in:
parent
88d045b168
commit
d4d4d4c5ad
@ -4,3 +4,9 @@
|
|||||||
autocomplete: true,
|
autocomplete: true,
|
||||||
enforeWhitelist: true});
|
enforeWhitelist: true});
|
||||||
input.style.display = 'none';
|
input.style.display = 'none';
|
||||||
|
|
||||||
|
$(document).ready(function() {
|
||||||
|
$("table").DataTable({
|
||||||
|
'pageLength': 50,
|
||||||
|
'order': [[1, 'desc']]});
|
||||||
|
} );
|
||||||
|
Loading…
Reference in New Issue
Block a user