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

Function onEnd

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

Source from the content-addressed store, hash-verified

416 const onMove = (clientXPos?: number) => updateOffset('move', clientXPos)
417
418 const onEnd = (clientXPos?: number) => {
419 updateOffset('end', clientXPos)
420
421 table.setColumnSizingInfo(old => ({
422 ...old,
423 isResizingColumn: false,
424 startOffset: null,
425 startSize: null,
426 deltaOffset: null,
427 deltaPercentage: null,
428 columnSizingStart: [],
429 }))
430 }
431
432 const contextDocument = safelyAccessDocument(_contextDocument)
433

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…