I have a large table which has a column 'courses' which is formatted as tags. The column of tags could be one of one hundred different things so the standard 'item === 'something' ? 'onecolour' : 'anothercolour', isn't ideal as I would have to list everything. I have another column in the table which is 'tagcolour'. I have created an array using {{ readCourses.data.tagcolour }} which returns the below, so it looks correct but doesn't work - any ideas where I am going wrong?
If you could share the table data as a whole it would be helpful or some screenshots as well but my first thought here is that your data for those tag colors is not formatted properly and perhaps you may want to rethink how you are going about wanting to assign colors when the table is rendered versus beforehand....