I have this header. ColumnB and ColumnC is dynamic, there can be more than two.
I have manage to create this on html. my problem is how can I bind the data on the datatable columns
$('#myTable').DataTable({
columns:??????????????????????????
})