How can i combine columnDefs with checkbox and complex header?

How can i combine columnDefs with checkbox and complex header?

copsychuscopsychus Posts: 20Questions: 5Answers: 0

i like this checkbox (all and each row) with this , but how can i put this into html table ?

columnDefs: [
                     {
                         targets: 0,
                         checkboxes: { selectRow: true, }
                     }
                 ],

Answers

  • copsychuscopsychus Posts: 20Questions: 5Answers: 0

    right now it like this , checkbox float above while th header are below, how can in the same row ?

  • copsychuscopsychus Posts: 20Questions: 5Answers: 0

    how to close the topic , i already found the problems . . .

This discussion has been closed.