Remote Control
cancelSmoothScroll$
Section titled “cancelSmoothScroll$”
constcancelSmoothScroll$:NodeRef<void>
Remote action that cancels the active smooth scroll animation, if any.
columnWidthOverrides$
Section titled “columnWidthOverrides$”
constcolumnWidthOverrides$:NodeRef<Map<string,number>>
dispatchModelAction$
Section titled “dispatchModelAction$”
constdispatchModelAction$:NodeRef<DispatchModelActionPayload>
Remote command stream for dispatching a data model action through the table engine.
itemHeight$
Section titled “itemHeight$”
constitemHeight$:NodeRef<ItemHeightFunction>
Remote cell that contains a function for resolving the measured height of a data item.
ItemHeightFunction
Section titled “ItemHeightFunction”ItemHeightFunction<
Data> = (item) =>number
Resolves the measured height of a data item. Returns 0 when the item is not part of the
current table data or has not been measured yet.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type | Description |
|---|---|---|
Data | any | The type of the data items in the table. |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
item | Data |
Returns
Section titled “Returns”number
modelActionState$
Section titled “modelActionState$”
constmodelActionState$:NodeRef<ModelActionState>
Current stateful data model action payloads exposed through the table engine.
scrollerElement$
Section titled “scrollerElement$”
constscrollerElement$:NodeRef<HTMLDivElement|null>
Remote cell that holds the current table scroller element.
scrollIntoView$
Section titled “scrollIntoView$”
constscrollIntoView$:NodeRef<RowLocation>
scrollToRow$
Section titled “scrollToRow$”
constscrollToRow$:NodeRef<RowLocation>
setColumnSticky$
Section titled “setColumnSticky$”
constsetColumnSticky$:NodeRef<SetColumnStickyPayload>
Remote action that toggles a column sticky state.
SetColumnStickyPayload
Section titled “SetColumnStickyPayload”Payload for changing the sticky side of a column.
Properties
Section titled “Properties”string
sticky
Section titled “sticky”"left" | "right" | undefined