Skill listing modification

This commit is contained in:
Gregory Trullemans 2021-12-30 07:15:07 +01:00
parent 4d90b4c58b
commit f1a51b6233
1 changed files with 6 additions and 4 deletions

View File

@ -75,10 +75,12 @@
})
$('#skill_table').DataTable({
paging: false,
searching: false,
ordering: false,
"bInfo" : false,
scrollY: 700,
scrollCollapse: true,
paging: false,
searching: false,
ordering: false,
"bInfo" : false,
});
});
</script>