diff --git a/smash/web/templates/subjects/index.html b/smash/web/templates/subjects/index.html index 05229e970349539827b8d9ad19613ec901e47dd4..fced7deb68eb79c3ae8f6f307f7089ac6c5502bd 100644 --- a/smash/web/templates/subjects/index.html +++ b/smash/web/templates/subjects/index.html @@ -109,6 +109,8 @@ $(function () { var table = $('#table').DataTable({ + pageLength: 25, + stateSave: true, serverSide: true, processing: true, ajax: "{% url 'web.api.subjects' list_type %}", @@ -122,7 +124,7 @@ {"data": "resigned"}, {"data": "postponed"}, {"data": "information_sent"}, - {"data": null}, + {"data": null} ], columnDefs: [{ "targets": 9,