Initial Grid State
ContextMenuProvidedProps<T>
Initial configuration properties for enabling and customizing the context menu within the graphite grid.
Type parameters
Type parameter |
---|
T |
Properties
- Name
contextMenuRenderer?
- Type
- null | (props) => ReactNode
- Description
Optional renderer for the context menu. When provided, it enables and customizes the appearance and functionality of the context menu based on the current grid position and API state.