-
Notifications
You must be signed in to change notification settings - Fork 1
fix: prevent column width changes during virtualized table scrolling #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Apply fixed widths to body cells during initial sync for virtualized tables - Disconnect ResizeObserver from body cells after initial sync to prevent re-calculation - Ensures consistent column widths while scrolling through virtualized rows - Overflow handling with eye icon already implemented and working Fixes #23 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: H <[email protected]>
Bug Report
Comments? Email us. |
Pull Request ReviewThank you for addressing issue #23! The fix correctly addresses the column width instability during virtualized table scrolling. Here's my detailed review: ✅ Strengths
|
Summary
Fixed the issue where column widths were changing during scrolling in the virtualized table component.
Changes
Closes #23
🤖 Generated with Claude Code