to populate a datatable with object
to populate a datatable with object
orkun
Posts: 4Questions: 0Answers: 0
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
I got the object like this
obj1 = new jQuery.parseJSON(args.gmaplist);
how can I use it to populate a datatable ?
regards
Ahmet Temiz
This discussion has been closed.
Replies
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