1
Answer

Data is coming in first column,while Adding row in datatable

Iam trying to add new row to my datatable
iam using this script
mytable.row.add( combinedarray1 ).draw();
it is adding all four values in one column,Can anyone suggest something to setvalues to four columns from this array?I attached screenshot below.
Answers (1)