diff --git a/examples/full/App.svelte b/examples/full/App.svelte index 1f149cf..f119213 100644 --- a/examples/full/App.svelte +++ b/examples/full/App.svelte @@ -149,11 +149,11 @@ - rows = getPage(event.detail.page, filteredAndSortedRows)} /> + rows = getPage(event.detail.page, filteredAndSortedRows)} />
Show - {#each [5, 10, 20] as itemsPerPage}
\ No newline at end of file