Adding checkbox in DataTable

Adding checkbox in DataTable

pravinkpravink Posts: 16Questions: 0Answers: 0
edited September 2012 in DataTables 1.9
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'}
}

Replies

  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    Hope this discussion link helps

    http://datatables.net/forums/discussion/11875/add-checkbox-to-each-row-in-datatable-for-selecting-rows#Item_5
  • pravinkpravink Posts: 16Questions: 0Answers: 0
    Thanks Girish!
This discussion has been closed.