Pattern for showing tags in table

Found it -
using the following:

{{ self.map(i => formatDataAsArray(getTags.data).find(x => x.id === i)).map(x => x.tag_name).toString() }}

2 Likes