diff --git a/src/components/runners/RunnersOverview.svelte b/src/components/runners/RunnersOverview.svelte index 450b9739..87d3bb29 100644 --- a/src/components/runners/RunnersOverview.svelte +++ b/src/components/runners/RunnersOverview.svelte @@ -6,6 +6,7 @@ flexRender, getCoreRowModel, getFilteredRowModel, + getPaginationRowModel, } from "@tanstack/svelte-table"; const columns = [ @@ -97,6 +98,7 @@ columns: columns, getCoreRowModel: getCoreRowModel(), getFilteredRowModel: getFilteredRowModel(), + getPaginationRowModel: getPaginationRowModel(), }); const table = createSvelteTable(options); onMount(() => {