Convert data table to array of datatable

I want to convert data table to array of datatables

Use this if you want to convert data table to Json

You can use
Datatable.select()

this will give you list of data rows

1 Like