We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be328 commit 97452adCopy full SHA for 97452ad
src/lib/components/Table/TablePagination.svelte
@@ -62,7 +62,7 @@
62
$: goToNextPageDisabled = !$hasNextPage;
63
$: goToPreviousPageDisabled = !$hasPreviousPage;
64
$: $pageSize = pageSizeDropdownValue;
65
- $: $pageCount, $pageIndex, $pageSize, (indexInformation = getIndexInfomationString());
+ $: $pageCount, $pageIndex, $pageSize, itemCount, (indexInformation = getIndexInfomationString());
66
</script>
67
68
<div class="flex justify-between w-full items-stretch gap-10">
0 commit comments