Checkbox with class name editable

Checkbox with class name editable

RyanG94RyanG94 Posts: 11Questions: 3Answers: 0

Debugger code url = https://debug.datatables.net/aqegov

Hello

I have a datatable which has inline editing on a checkbox, Overall this is working as expected however I need to do a double click before I can select true or false. I understand that when using text box you click the one you want to edit then type in the value which triggers the double click event but I want to move this for the checkbox. Could you please help ?

Answers

  • kthorngrenkthorngren Posts: 20,800Questions: 26Answers: 4,862

    I think you will want to not use inline editing for the checkbox column. See this example for how to send the checkbox updates via the Editor. Also see this thread.

    Kevin

Sign In or Register to comment.