mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Disabled paging in DataTables to allow python to account for pagination.
This commit is contained in:
parent
252f9f7d1b
commit
db0c073aae
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
||||||
</table>
|
</table>
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#bill_table').DataTable();
|
$('#bill_table').DataTable({
|
||||||
|
paging: false
|
||||||
|
});
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue