JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › How to render nested data (tags structure) in grid › Reply To: How to render nested data (tags structure) in grid
January 30, 2023 at 12:47 pm
#104321
ivanpeevski
Participant
Hi pkz,
“data” represents the entire row object. So to create tags, you can use:
return data.tags.map(el=>el.tag)
This transforms the cell value from an array of objects to a comma separated string.
Best regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/