How can i add data in 2 different coloum of single row in DataTable.
I have below String Array split by between space.
col1 col2
“abc1” “xyz1”
“abc2” “xyz2”
“abc3” “xyz3”
“abc4” “xyz4”
“abc5” “xyz5”
“abc6” “xyz6”
how can add these two colums data in datatable