Methodconstructor({
header,
footer,
plugins,
cell,
accessor,
id,
}: DataColumnInit<Item, Plugins, Id, Value>)
src/lib/columns.ts:121
Methodconstructor({
id,
dataId,
original,
cells,
cellForId,
depth = 0,
parentRow,
}: DataBodyRowInit<Item, Plugi
src/lib/bodyRows.ts:88
Methodconstructor({ id, label, accessorKey, accessorFn, colstart }: DataHeaderCellInit<Item, Plugins>)
src/lib/headerCells.ts:133
Methodconstructor({ label, ids, allIds, colspan, colstart }: GroupHeaderCellInit<Item, Plugins>)
src/lib/headerCells.ts:195
Methodconstructor({
label = NBSP,
ids,
allIds,
colspan = 1,
colstart
}: GroupDisplayHeaderCellInit<Item, Plugins>)
src/lib/headerCells.ts:238