Allow for custom rendering of cell props.
Optional
columnProperties for the column headers
Optional
commandsParent commands for the sheet
Optional
getInject custom editors based on a cell. This should not return null but rather can canEdit. This is called during placement after scrolling and other bookkeeping has occurred
Customize the grid.
Optional
onCalled once when the sheet has been loaded but before it is rendered.
Optional
onCallback when a paste is executed
Optional
onNotify that there is a new repeatable command
Optional
onFire when a contentMenu is requested
Optional
onTo show the tooltip
Optional
onFired when the view port changes. This is in pixel coordinates and slightly different then viewable cells because off screen location bounds could change
Optional
overlaysRender an element directly onto a gridView.
Optional
renderRender components for movable elements. If not provided movables will not be rendered.
MovableElementProps
A React Element representing the IMovable.
Optional
rowProperties for the row headers
Optional
scrollAllow for customizations of scrollbar
Optional
showShow the column headers
Optional
showShow the row headers
Optional
showShow the scrollbars
Optional
viewportFixed component that is layered within the viewport.
For elements that also need the ref. Less common but some factory renderers