Disabled paging in DataTables to allow python to account for pagination.

This commit is contained in:
bmatt 2020-02-25 14:19:39 +00:00
parent 252f9f7d1b
commit db0c073aae

View file

@ -22,7 +22,9 @@
</table>
<script language="JavaScript">
$(document).ready(function() {
$('#bill_table').DataTable();
$('#bill_table').DataTable({
paging: false
});
})
</script>
{% else %}