Tabletool for object based data source
Tabletool for object based data source
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.
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.
This discussion has been closed.
Replies
TableTools needs a little bit of development love... I'll be updating it soon :-)
Allan