table/src/cell-renderer/cell-renderer.types.ts
Interface to be implemented by custom table cell renderer components.
import { ITableCellRenderer } from '@talenra/components/table';See TableComponent See ITableColumn
Properties |
| onContext |
onContext:
|
Type : function
|
|
Invoked by the enclosing Table component with context data in the parameter. |