API Reference > ui-components > Table > TableCellProps TableCellProps Interface Properties of the TableCell React component Extends CommonProps 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 ui/components/src/ui-components/table/component/TableCell.tsx Line 27 Last Updated: 13 June, 2024