getPaginationRowModel
This commit is contained in:
parent
aecbabe522
commit
238082b657
@ -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(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user