Format False in a boolean column in new Table and still be editable

A client would like to be see a more obvious version of false in the Boolean column. You see the check if it is true, but nothing if it is false. An empty box or something would communicate more clearly. What you see in editable columns while hovering over the rows would be perfect:

image

I am sure I can do this if I make it a string and use a ternary with some unicode characters.

What I cannot figure out is how to keep it a Boolean column so it can remain editable as checkbox.

2 Likes

Thanks, Bradly! I know a few builders have reached out about this, so we're tracking the requests internally. I'll follow up here if I get any updates

1 Like

+1

Hi there! You can now set icons for "False" records

2 Likes

@bradlymathews What about a status indicator? Maybe you could play around with the formatting for your desired result.

Screenshot 2024-03-26 at 1.22.38 AM

1 Like