You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update grid min-height calculation to include header/footer slots
The min-height calculation now accounts for header and footer slot content
in addition to the existing table headers/footers and default row height.
This ensures the grid maintains proper sizing when using the new header
and footer slot functionality.
- Observe header and footer slot containers with ResizeObserver
- Include slot container heights in min-height calculation
- Add comprehensive tests for slot-based min-height scenarios
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments