feat(ListView): expose expandable prop#40765
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40765 +/- ##
==========================================
+ Coverage 64.07% 64.09% +0.01%
==========================================
Files 2664 2663 -1
Lines 143831 143581 -250
Branches 33084 33034 -50
==========================================
- Hits 92160 92027 -133
+ Misses 50062 49952 -110
+ Partials 1609 1602 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Code Review Agent Run #93678fActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
SUMMARY
Pass through the antd
expandableprop fromListView→TableCollection→Table. The prop already exists on the underlying antd Table but is blocked by the two wrapper components. Prop forwarding only — no new logic or behavioral change.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION