It is possible to display icons in a column of a table?
Hello, I am implementing a system to control
Invoices in my company and its status.
For this I use a table that shows the data of
the invoices and their status, as I show below:
The invoice can have 3 states: New, Accepted or Declined, which I define in an enum.
I would like that instead of showing the
status of the invoice in the column, a previously defined icon is shown
depending on the type of status.
Is there a way to do it?