Fix infinite scroll for new tables [SCI-10098]

This commit is contained in:
Anton 2024-02-01 15:15:12 +01:00
parent 7a154c8fda
commit 95492dd884

View file

@ -410,6 +410,8 @@ export default {
this.totalPage = response.data.meta.total_pages; this.totalPage = response.data.meta.total_pages;
this.$emit('tableReloaded'); this.$emit('tableReloaded');
this.dataLoading = false; this.dataLoading = false;
this.handleScroll();
}); });
}, },
onGridReady(params) { onGridReady(params) {