import { type CoreCell } from "https://deno.land/x/netzo@0.5.14/deps/@tanstack/react-table.ts";
Type Parameters
TData extends RowData
Properties
getValue: CellContext<TData, TValue>["getValue"]
renderValue: CellContext<TData, TValue>["renderValue"]
getContext: () => CellContext<TData, TValue>