Color coded icons in Data Grids
Color coded icons on grids using Font Awesome:
-
CASE WHEN Charger Status = Online
then CONCAT(<i class="fa fa-solid fa-square fa-lg" style="color:green"></i>, " Online")
ELSE CONCAT(<i class="fa fa-solid fa-square fa-lg" style="color:grey"></i>, " Offline")
END
Please sign in to leave a comment.
1 comment