Using `icons` with IconColumn
Hi,
I'm just playing with the Table Builder and using the User model for example.
I was looking at using the
I saw the
I tried:
But I get no icons.
I also tried with the
This gets me a bit further and shows the
but not the 
Perhaps I'm missing something?
Thanks.
I'm just playing with the Table Builder and using the User model for example.
I was looking at using the
IconColumn on the email_verified_at column, to show if it is verified or not. I think this class is better suited to a boolean field, but just trying it out.I saw the
options method was deprecated (though no mention of that in the docs) and saw it recommended to use icons instead.I tried:
But I get no icons.
I also tried with the
icon method and a ternary operatorThis gets me a bit further and shows the
Perhaps I'm missing something?
Thanks.