is there a formatStateUsing for IconColumn?
What I have:
I have a table with a one-to-many boolean icon column (positionData.is_active)
Currently the State is populates with all the records for example (true, false, true)
What I want to do:
I just want a single value returned.
What I have tried
If it was a TextColumn I could use something like
But this doesnt seem to be a thing for IconColumns.
I've tried using the
But the format and size is totally different than the Icon Columns.
Any suggestions?
I have a table with a one-to-many boolean icon column (positionData.is_active)
Currently the State is populates with all the records for example (true, false, true)
What I want to do:
I just want a single value returned.
What I have tried
If it was a TextColumn I could use something like
But this doesnt seem to be a thing for IconColumns.
I've tried using the
But the format and size is totally different than the Icon Columns.
Any suggestions?


