How to keep two dt2 in dt1 as side by side?

Hello everyone!
I have two dataTable “DT1” and “DT2”, i want to join “DT2” in “DT1” but DT2 data must be at right side of “DT”. how can i do it ?

Hi @robo_007

Does “DT1” and “DT2” have any columns in common?

no there are different columns

If the datatables have the same number of rows you can add, for each column in the second, a new Data Column to the first with the content of the second.

If the number of rows is not the same, add to each on a data column that will contain the row number and join the datatables on it.