Skip to content

Commit 7f68d2e

Browse files
committed
Load first chunk in tabular chunked view
1 parent f28a13b commit 7f68d2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/src/components/Dataset/Tabular/TabularChunkedView.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ function nextChunk() {
158158
loading.value = false;
159159
});
160160
}
161+
162+
onMounted(() => {
163+
// Fetch and render first chunk
164+
nextChunk();
165+
});
161166
</script>
162167

163168
<template>

0 commit comments

Comments
 (0)