table/src/cell-renderer/cell-renderer.types.ts
Object passed to custom table cell renderer component providing table context.
import { ITableCellContext } from '@talenra/components/table';See TableComponent See ITableCellRenderer
Properties |
| column |
column:
|
Type : ITableColumn
|
|
Column the cell belongs to |
| contextRef |
contextRef:
|
Type : unknown
|
|
Reference to Table's |
| row |
row:
|
Type : ITableRow
|
|
Row the cell belongs to |
| value |
value:
|
Type : unknown
|
|
Cell's value |