getCellContent
getCellContent(
column
,originalRow
):CellValue
Defined in: datagrid/core/utils.svelte.ts:21
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
The content of the cell.