to populate a datatable with object

to populate a datatable with object

orkunorkun Posts: 4Questions: 0Answers: 0
edited September 2011 in DataTables 1.8
hello

I got the object like this

obj1 = new jQuery.parseJSON(args.gmaplist);

how can I use it to populate a datatable ?

regards

Ahmet Temiz

Replies

  • allanallan Posts: 61,787Questions: 1Answers: 10,114 Site admin
    Hi Ahmet,

    You can do this with the mDataProp option, as described in this blog post: http://datatables.net/blog/Extended_data_source_options_with_DataTables

    Allan
This discussion has been closed.