Fix: Collapsing groups in Table View does not hide rows#5112
Fix: Collapsing groups in Table View does not hide rows#5112scuba3198 wants to merge 1 commit intomattermost-community:mainfrom
Conversation
This addresses an issue where collapsing a table group did not actually hide the rows underneath it. The TableRows component is now conditionally rendered based on the activeView collapsed state. Signed-off-by: Mumukshu D.C <phoenixrising656@gmail.com>
|
Hello @scuba3198, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. Per the Mattermost Contribution Guide, we need to add you to the list of approved contributors for the Mattermost project. Please help complete the Mattermost contribution license agreement? This is a standard procedure for many open source projects. Please let us know if you have any questions. We are very happy to have you join our growing community! If you're not yet a member, please consider joining our Contributors community channel to meet other contributors and discuss new opportunities with the core team. |
|
/check-cla |
Fixes #5108. The TableRows component was not hiding when the group was collapsed. Render is now conditional based on activeView state.