import { type CoreInstance } from "https://deno.land/x/netzo@0.4.78/deps/@tanstack/react-table.ts";
Type Parameters
TData extends RowData
Properties
initialState: TableState
options: RequiredKeys<TableOptionsResolved<TData>, "state">
setOptions: (newOptions: Updater<TableOptionsResolved<TData>>) => void
getState: () => TableState
setState: (updater: Updater<TableState>) => void
_features: readonly TableFeature[]