removed duplicate, fixed entries, more columns for html

This commit is contained in:
Trilarion
2018-06-12 10:51:06 +02:00
parent 91e703e7fb
commit 5e77f1e9a8
47 changed files with 3579 additions and 274 deletions

View File

@ -12,12 +12,15 @@
</div>
<script>
var dataTable = new DataTable("table", {
perPage: 50,
perPageSelect: [20, 50, 100],
fixedHeigt: true,
perPage: 20,
perPageSelect: [10, 20, 50],
fixedHeight: true,
ajax: "data.json",
footer: true
});
dataTable.on('datatable.init', function(args) {
dataTable.columns().sort(1);
});
</script>
</body>
</html>