Checkbox Cell

Tags: #<Tag:0x00007f0b0ed378e8>

Hello,

I have a checkbox cell, is there a way to disable entering other characters? It should only be checked or unchecked.

image

Thanks a lot!

Hi @eabardies

You can add the editor: false option to the column with checkboxes. Here is an example https://jsfiddle.net/handsoncode/w6y58qtc/ (line 27).

1 Like

Hi @aleksandra_budnik,

Thank you so much! It’s working now. :smiley:

As always, thanks for your help.

I’m always happy to help :slight_smile: @eabardies

1 Like