I got a table with 3 columns. url, time and last. Last shows 1 or 0 and i want to change this. 1 should be a green dot and 0 a red dot.
Have you explored using value mapping to add a color and custom string to a value like that? Here is a common pattern for mapping 0
vs 1
into a status message: