Tabletool for object based data source

Tabletool for object based data source

jpakrashijpakrashi Posts: 1Questions: 0Answers: 0
edited December 2011 in General
Hello,

I' using the datatable for the server side object based data source. The export is functions well if the server side json data uses the number index. But the export is not working if the server side data json array uses the key for the array.

"aaData":[{"id":"1","surgery":"ss","patient":"ss","applyDate":"23rd December 2011","nominated":"YES","actions":""},{"id":"2","surgery":"ss","patient":"sss","applyDate":"23rd December 2011","nominated":"NO","actions":""}]

Here the export to pdf OR csv do not work. But if i can change these to numbers its doing well.
Please suggest.

Replies

  • allanallan Posts: 63,241Questions: 1Answers: 10,418 Site admin
    You need to update to the nightly version of TableTools ( http://datatables.net/download ). The current release doesn't support the object based format.

    TableTools needs a little bit of development love... I'll be updating it soon :-)

    Allan
This discussion has been closed.