Hi, I'd like to get the content from an external DataTable database. I'm pulling the page with cURL but it only loads the first row. Thanks for your help.
Link to a test case please: http://datatables.net/forums/discussion/12899 . I really can't say why its only loading the first row at the moment. All I can say is DataTables will display the data you give it.
Replies
Allan
Any tips on converting DataTables array to XML?
Array to XML for output? I'd just loop over the array and create the XML document needed.
Allan