Checkbox with class name editable
Checkbox with class name editable
RyanG94
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
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