I want to edit a column value for multiple rows using datatables.

I want to edit a column value for multiple rows using datatables.

Sohaib AhmadSohaib Ahmad Posts: 15Questions: 5Answers: 0
edited February 2020 in Free community support

I've rendered the checkbox using render function like this
render: function(data){ var html = ''; if(options.check) html = '<input type="checkbox" class="cx-action ' + options.checkClass + '" data-id="' + data +'">\n'; return html; }
Don't know what to do next to update the records.

Pardon any mistakes. I'm new here.

Thanks

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.