File

table/src/cell-renderer/cell-renderer.types.ts

Description

Object passed to custom table cell renderer component providing table context.

Import

Example :
import { ITableCellContext } from '@talenra/components/table';

See TableComponent See ITableCellRenderer

Index

Properties

Properties

column
column: ITableColumn
Type : ITableColumn

Column the cell belongs to

contextRef
contextRef: unknown
Type : unknown

Reference to Table's contextRef property. Context reference is used to "link" cell renderer to your app's context.

row
row: ITableRow
Type : ITableRow

Row the cell belongs to

value
value: unknown
Type : unknown

Cell's value

results matching ""

    No results matching ""