Get external DataTable database

Get external DataTable database

victarvictar Posts: 3Questions: 0Answers: 0
edited September 2013 in General
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.

Replies

  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    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.

    Allan
  • victarvictar Posts: 3Questions: 0Answers: 0
    edited September 2013
    Actually, I used Live HTTP headers and got the URL of the DataTables file. Thanks though.

    Any tips on converting DataTables array to XML?
  • victarvictar Posts: 3Questions: 0Answers: 0
    edited September 2013
    .
  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    > 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
This discussion has been closed.