CustomCellProps
CustomCellProps<
TOriginalRow>:object
Defined in: datagrid/core/types.ts:144
Type Parameters
• TOriginalRow
Type declaration
| Name | Type | Defined in |
|---|---|---|
column | LeafColumn<any> | datagrid/core/types.ts:146 |
datagrid | DatagridCore<any> | datagrid/core/types.ts:145 |
row | GridBasicRow<TOriginalRow> | datagrid/core/types.ts:147 |