diff --git a/app/Views/shared/script_requests.php b/app/Views/shared/script_requests.php index 926a236..c62ba07 100644 --- a/app/Views/shared/script_requests.php +++ b/app/Views/shared/script_requests.php @@ -177,6 +177,9 @@ document.addEventListener('alpine:init', () => { // Compute derived data after list is loaded this.computeFiltered(); this.computeValidatedCount(); + this.computeSorted(); + this.computeTotalPages(); + this.computePaginated(); }).finally(() => { this.isLoading = false; });