Skip to content

Commit

Permalink
Removed dom
Browse files Browse the repository at this point in the history
  • Loading branch information
73616e646572 committed Nov 5, 2024
1 parent 1cbfd7e commit 227fd8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/page.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@
<script>
new DataTable('#fair-table', {
pageLength: 50
dom: '<"top"lf>rt<"bottom"ip><"clear">',
drawCallback: function(settings) {
var api = this.api();
$('#table-info').html(api.page.info().recordsDisplay + ' entries');
$('#table-pagination').html($(api.table().container()).find('.dataTables_paginate'));
}
});
</script>

0 comments on commit 227fd8a

Please sign in to comment.