Type alias: CellRendererParams<T, E>
Ƭ CellRendererParams<T
, E
>: Object
Type parameters
Name | Type |
---|---|
T | extends any |
E | extends any |
Type declaration
Name | Type |
---|---|
cellData? | any |
column | TableColumn <T , E > |
columnIndex | number |
isScrolling? | boolean |
rowData? | T |
rowIndex | number |
width | number |