How can I pass a DataTable element with a lot of rows, to Javascript ?
The idea is to allow me do a loop in my variable that receive this DataTable and recover the values.
How can I pass a DataTable element with a lot of rows, to Javascript ?
The idea is to allow me do a loop in my variable that receive this DataTable and recover the values.
Json is the best option here, but you're going to run into complexity if you're using anything but simple types.