The best approach for transporting data from one data table to another data table is by using .copy() method.You can also cope the structure of data table by using .clone() method.