TanStackOSS
    table
    fix: handle division by zero in column resize handler when startSize is 0 When a column is resized to 0 width (with minSize: 0), the resize handler produces NaN from deltaOffset / startSize division by zero. This NaN propagates into columnSizing state, making the column permanently stuck. Two fixes applied: - Guard deltaPercentage calculation against startSize === 0 - Use absolute deltaOffset for new size when headerSize is 0, since percentage-based calculation (headerSize * deltaPercentage) always yields 0 when starting from zero Closes #6209
    nx affected --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build --exclude=examples/{lit,solid,svelte,vanilla,vue}/** --exclude=packages/{lit-table,solid-table,svelte-table,vue-table,match-sorter-utils} --parallel=3
Succeeded
CI Pipeline Execution

nx affected --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build --exclude=examples/{lit,solid,svelte,vanilla,vue}/** --exclude=packages/{lit-table,solid-table,svelte-table,vue-table,match-sorter-utils} --parallel=3

Click to copy
ff4781bf6215
5%

Cache hits

7 of 137 tasks used cache.

89%

Distribution saved time

1m 50s instead of 17m 06s.

Atomizer enabled

68 groups of tasks optimized.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools