gyrocode/jquery-datatables-checkboxes

How can set name attribute for checkbox

ZimaSystem opened this issue · 1 comments

Hello
I need to add name attribute for checkbox.did you have any solution ?
Thank you

You can use columns.render option and define custom HTML markup for your checkbox. Default HTML markup is <input type="checkbox" class="dt-checkboxes">. Currently the only requirement for input element is to have dt-checkboxes class.

See Awesome Bootstrap Checkbox for demonstration.