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
|
// Compute derived data after list is loaded
|
||||||
this.computeFiltered();
|
this.computeFiltered();
|
||||||
this.computeValidatedCount();
|
this.computeValidatedCount();
|
||||||
|
this.computeSorted();
|
||||||
|
this.computeTotalPages();
|
||||||
|
this.computePaginated();
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user