fix issue with data table layout using Claude#91
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughDataTable.stories.tsx now includes a date field in test data with column pinning configuration for the Grouped story, plus centered styling for group headers. The utils.tsx file refactors columnPinning reassignment in getTanstackTableState to maintain immutability when rowActions is enabled. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎉 This PR is included in version 6.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
initialState.columnPinningandrowActionsare setgetTanstackTableStatemutated the originalcolumnPinningobject frominitialState, causing the__actionscolumn ID to bepushed to
rightrepeatedly on each re-renderSummary by CodeRabbit
New Features
Bug Fixes
Enhancements