Wrap `tags` in table


Hi, I have a column type tags, how make my tags wrap according to column width?

@engineering-tajir The Tag column type doesn't support wrapping it renders each tag as an inline-flex chip, so they always stay in one line.

To make them wrap based on the column width, switch the column to HTML format and render the tags inside a flex container with flex-wrap: wrap. That allows the tags to automatically move to the next line when the column is narrow.

2 Likes

Thanks so much for the input @Vishal1620, you are right that the Tags column does not support wrapping at the moment. I tried out your suggestion and it seems to work well on my end.

@engineering-tajir, is this what you had in mind? I included a GIF and a screenshot below for reference.
chrome-capture-2025-12-10 (5)