I´m facing a problem with the ricoLiveGrid ... I have modified the code to shown in red color the invoices that are paid. I have added another column so I can see and order all the invoices paid/not paid. The problem comes when I try to order the invoices for the price column (is defined as a number). All the invoices ares orted correctly less the invoices that are in red.
Maybe the problem is becasue I have added a <font color="red"> tag before printing the invoice information. I have tried to add a property in the screen.css like :
.invoicePaid { color:red; }
and then adding this property:
<td class="index_table invoicePaid"> aaaaa <td>
But by this way it´s not printing the text in red ...