MCPcopy Index your code
hub / github.com/TanStack/table / onMove

Function onMove

packages/table-core/src/features/ColumnSizing.ts:418–418  ·  view source on GitHub ↗
(clientXPos?: number)

Source from the content-addressed store, hash-verified

416 }
417
418 const onMove = (clientXPos?: number) => updateOffset('move', clientXPos)
419
420 const onEnd = (clientXPos?: number) => {
421 updateOffset('end', clientXPos)

Callers 1

ColumnSizing.tsFile · 0.85

Calls 1

updateOffsetFunction · 0.85

Tested by

no test coverage detected