From bbafcf53c72c2ffebf56cd3d9469ae96651a5713 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Fri, 28 Jul 2023 16:05:49 +0200 Subject: [PATCH] enabled Paging --- app/aviary/templates/aviary/aviary_all.html | 4 ++-- app/bird/templates/bird/bird_all.html | 4 ++-- app/bird/templates/bird/bird_inactive.html | 4 ++-- app/costs/templates/costs/costs_all.html | 4 ++-- app/rescuer/templates/rescuer/rescuer_all.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/aviary/templates/aviary/aviary_all.html b/app/aviary/templates/aviary/aviary_all.html index b0213e7..dc4f47a 100644 --- a/app/aviary/templates/aviary/aviary_all.html +++ b/app/aviary/templates/aviary/aviary_all.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/bird/templates/bird/bird_all.html b/app/bird/templates/bird/bird_all.html index dde5b7b..6ddffe9 100644 --- a/app/bird/templates/bird/bird_all.html +++ b/app/bird/templates/bird/bird_all.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/bird/templates/bird/bird_inactive.html b/app/bird/templates/bird/bird_inactive.html index 2c9374b..8aeb282 100644 --- a/app/bird/templates/bird/bird_inactive.html +++ b/app/bird/templates/bird/bird_inactive.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/costs/templates/costs/costs_all.html b/app/costs/templates/costs/costs_all.html index cdd016e..c6a11fa 100644 --- a/app/costs/templates/costs/costs_all.html +++ b/app/costs/templates/costs/costs_all.html @@ -24,8 +24,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 }, diff --git a/app/rescuer/templates/rescuer/rescuer_all.html b/app/rescuer/templates/rescuer/rescuer_all.html index 047ea0d..a6ddf7b 100644 --- a/app/rescuer/templates/rescuer/rescuer_all.html +++ b/app/rescuer/templates/rescuer/rescuer_all.html @@ -20,8 +20,8 @@ language: { url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json', }, - paging: false, - info: false, + paging: true, + info: true, responsive: true, columnDefs: [ { responsivePriority: 1, targets: 0 },