Click collection item to populate other half of screen

Messages on the left side, when the collection item is clicked id like the comments on the right side to pupulate according to the collection click. When a new message is clicked it needs to choose the comments for that message and un select the prior one.

I would suggest setting a “message ID” value in your user profiles row when an item on the left is clicked, then create a relation based on that message ID, to all the related messages and display them on the right.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.