From b58d04c7dcefc05fe37d74f8c01075e47445a8ee Mon Sep 17 00:00:00 2001 From: raizasafeel <89463672+raizasafeel@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:56:07 +0530 Subject: [PATCH] feat(batch): add load more pagination for batch students --- frontend/src/components/BatchStudents.vue | 73 ++++++++++++++--------- lms/lms/utils.py | 19 +++++- 2 files changed, 60 insertions(+), 32 deletions(-) diff --git a/frontend/src/components/BatchStudents.vue b/frontend/src/components/BatchStudents.vue index d6e336a8..26665db5 100644 --- a/frontend/src/components/BatchStudents.vue +++ b/frontend/src/components/BatchStudents.vue @@ -2,7 +2,7 @@
- {{ students.data?.length }} {{ __('Students') }} + {{ studentCount.data ?? 0 }} {{ __('Students') }}