TableCellProps Interface
Properties of the TableCell React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| cellEditingProps | undefined | Omit<EditorContainerProps, "title" = undefined> | Properties for EditorContainer. | |
| children | undefined | React.ReactNode | Cell content | |
| className | undefined | string | Additional class name for the cell container | |
| onClick | undefined | (e: MouseEvent) => void | Click event callback | |
| onMouseDown | undefined | (e: MouseEvent) => void | MouseDown event callback | |
| onMouseMove | undefined | (e: MouseEvent) => void | MouseMove event callback | |
| title | string | Title of the cell container |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020