Skip to content

getCellContent

getCellContent(column, originalRow): CellValue | HTMLElement

Defined in: core/utils.svelte.ts:20

Gets the content of a cell based on the column definition and original row data.

Parameters

column

ColumnDef<any>

The column definition.

originalRow

any

The original row data.

Returns

CellValue | HTMLElement

The content of the cell.