Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.85
Calls
1
updateOffset
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…