Retool comments

I have a use case where i have a dashboard showing various product details. I need to show user comments associated with each product row in the comments column. How can I best show this comments array as a column value? Im also open to hidden modals/drawers as well, and like to use the comments component but what would be the best ux for this?

Hi there,

Thanks for reaching out to us!
ā€‹
Within the table component, the best column type for an array of strings would be the Tag Component.

Or set the table with expandable rows, and use a text component as the additional component utilizing {{currentRow.comment}} (or however your comment column is called)
ā€‹

2 Likes