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

Properties

id: string
index: number
original: TData
depth: number
optional
parentId: string
_valuesCache: Record<string, unknown>
_uniqueValuesCache: Record<string, unknown>
getValue: <TValue>(columnId: string) => TValue
getUniqueValues: <TValue>(columnId: string) => TValue[]
renderValue: <TValue>(columnId: string) => TValue
subRows: Row<TData>[]
getLeafRows: () => Row<TData>[]
optional
originalSubRows: TData[]
getAllCells: () => Cell<TData, unknown>[]
_getAllCellsByColumnId: () => Record<string, Cell<TData, unknown>>
getParentRow: () => Row<TData> | undefined
getParentRows: () => Row<TData>[]