I am exploring phpgrid for one of my project, I am not expert in web development.
In my project I will have button on grid page, on clicking the button, I need all grid data in Javascript array[2D] for further usage.
I tried with regular Jquery methods considering "list1" as table id. but it is not working. Could you please guide how to do that?
You can find my code at below link
http://pastebin.com/7szXi3BD
1 Answers
Your Answer