Fix empty table data - add missing compute chain calls
This commit is contained in:
parent
8d762261d4
commit
5d1b01c4e8
@ -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;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user