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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Json is the best option here, but you’re going to run into complexity if you’re using anything but simple types.