Export the entire table to post back to server?
Export the entire table to post back to server?
I have read the API and I can see that calling fnGetData(); will return a 2D array of the entire table. But is there any way to return a multi-dimension array or convert the data in the table to JSON format so I can post it back to the server? Thanks.
This discussion has been closed.