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

Function onMove

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

Source from the content-addressed store, hash-verified

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

Callers 1

ColumnSizing.tsFile · 0.85

Calls 1

updateOffsetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…