Responsive datatable with first column as check box

Responsive datatable with first column as check box

ajsinglaajsingla Posts: 1Questions: 1Answers: 0

I have a datatable that has first column as check box for row selection.

columnDefs: [ {
orderable: false,
className: 'select-checkbox',
targets: 0
} ],

Trying to make the datatable as responsive. But when i tried, the icon on the first table as checkbox is removed with expandable icon. Can someone tell me how i can retain both the icons in the same column(checkbox and expansion).

This discussion has been closed.