Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable createRow
import { createRow } from "https://deno.land/x/netzo@0.3.66/deps/@tanstack/react-table.ts";

type

<TData extends unknown>(
table: Table<TData>,
id: string,
original: TData,
rowIndex: number,
depth: number,
subRows?: Row<TData>[] | undefined,
parentId?: string,
) => Row<TData>