Currently if we click checkbox we are getting only "value" of those buttons but I want to send more data along with that like next target data as well as, so is there any way to get that
I am using like var rows_selected = table.column(0).checkboxes.selected(); console.log(rows_selected.join(","));