Hi,
can someone tell me what needs to get done to use Font Awesome on a grid. I saw an example for Simple Tables and all I can see is:
grid.formatters_by_type["boolean" = (lambda value: SPAN(I(_class="fas fa-check-circle")) if value else "" )
When I use this on my code, I dont get the font awesome displayed. I still get True or False
thanks