i want to display the following JSON responce in Datatables

i want to display the following JSON responce in Datatables

krishna5c3krishna5c3 Posts: 1Questions: 0Answers: 0
edited December 2011 in General
[

{
"userId": 2,
"merchantId": 1,
"createdDate": 1322127868640,
"modifiedDate": null,
"trackingUrl": "www.google.com
"merchantRebateId": 0,
"id": 3
}

]

i am getting this responce plz help to display this in datatables

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    This blog post will show you how this can be done: http://datatables.net/blog/Extended_data_source_options_with_DataTables :-)

    Allan
This discussion has been closed.