Split data table save 2 datatables

hey

check this example to get the last rows

use this for first rows

dt1 = Dt.AsEnumerable().Take(80).CopyToDataTable()

regards!