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