Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / AlignedGridsApi

Interface: AlignedGridsApi

Defined in: datagrid-react/src/hooks/useAlignedGrids.ts:48

Properties

syncScroll

syncScroll: (scrollLeft) => void

Defined in: datagrid-react/src/hooks/useAlignedGrids.ts:50

Called from the grid's scroll handler with the PHYSICAL scrollLeft.

Parameters

scrollLeft

number

Returns

void