TanStackOSS
    table

table

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Succeeded
    6215

    60f5266e 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

    by Choi Hyunjun

    C

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools