Is it possible to show two unrelated texts in a single table column?

I have user.username and user.roles.name. Two different columns. Both are text columns where roles.name is list separated badge text column.

Is there anyway to show these in stack in single column.

I used Split and Stack layout but it is not applicable. I need a normal table with these two column stack at each other like this:

test_username
[admin]

Where admin is a badge.
Was this page helpful?