fix(platform): apply column widths to data table body cells#1115
Conversation
Add inline width styles to <TableCell> elements in both data rows and skeleton rows, mirroring the existing pattern on <TableHead> header cells. This fixes merged/collapsed columns (e.g. customer name+email) when explicit column sizes are defined. Closes #1111
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request addresses a column layout issue in the DataTable component by implementing explicit width styling for table cells. The test file introduces a new Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes ✨ 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 |
Summary
widthstyles to<TableCell>elements in both data rows and skeleton rows of the data-table component, matching the existing pattern on<TableHead>header cellsTest plan
Summary by CodeRabbit
Bug Fixes
Tests