experiment/tanstack #172

Merged
niggl merged 106 commits from experiment/tanstack into dev 2023-04-12 19:31:47 +00:00
Showing only changes of commit 238082b657 - Show all commits

View File

@ -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(() => {