Adding checkbox in DataTable
Adding checkbox in DataTable
pravink
Posts: 16Questions: 0Answers: 0
Hello,
I am trying to add checkboxes to Datatable but its not working.
I have tried the following. Please help.
{
type: 'checkbox',
checkbox: {trueValue: 'Yes', falseValue: 'No'}
}
I am trying to add checkboxes to Datatable but its not working.
I have tried the following. Please help.
{
type: 'checkbox',
checkbox: {trueValue: 'Yes', falseValue: 'No'}
}
This discussion has been closed.
Replies
http://datatables.net/forums/discussion/11875/add-checkbox-to-each-row-in-datatable-for-selecting-rows#Item_5