I can set the icons for the Bootgrid command buttons using Fontawesome icons, but can't make a fontawesome icon display in a Bootgrid table cell.
<td><i class='fa fa-check'></i></td>
I've checked it works outside the Bootgrid table.
Even styling does not work:
<td><span style="color:#ff0000!important">x</span></td>