ColdFusion - How do I get ajax source data in that format?
ColdFusion - How do I get ajax source data in that format?
I'm following the example on this page.
http://datatables.net/release-datatables/examples/ajax/objects.html
I can recreate this by pasting the server response array into another file and referencing that with the sAjaxSource attribute. However, I need to run a query to get my data. How can I get query results into the format needed for an Ajax source?
http://datatables.net/release-datatables/examples/ajax/objects.html
I can recreate this by pasting the server response array into another file and referencing that with the sAjaxSource attribute. However, I need to run a query to get my data. How can I get query results into the format needed for an Ajax source?
This discussion has been closed.
Replies
Allan