Can I make only the checkbox on a todo list editable?

I am amking a little admin panel, and I want to have a view of a todo list where only the checkbox can be edited and none of the text fields…

1 Like

you can create a formula on your task name so task name would not be editable. here’s a small doc.

p.s. Welcome to community @espresso :slight_smile:

1 Like

ah! Such a simple solution. I don’t know why I didn’t think of it! Thank you!

1 Like

Good one. Adding to -

Another solution would be using dummy buttons (without any action when clicked) with labels set by formula.
You can also change column background to white to make it look slightly better.

This prevents opening “Edit formula” dialog when double-clicking the text field, but as a result the text is lighter.

P.S.
You can actually change the text color back to black using this trick, but I would really advise against that.

1 Like