Hello,
I have a checkbox cell, is there a way to disable entering other characters? It should only be checked or unchecked.
Thanks a lot!
Hello,
I have a checkbox cell, is there a way to disable entering other characters? It should only be checked or unchecked.
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
).