≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
DataTable from a JSON object
DataTable from a JSON object
Ratzzak
Posts: 2
Questions: 0
Answers: 0
October 2010
edited October 2010
in
General
How to create a DataTable from a JSON object???
Replies
allan
Posts: 65,821
Questions: 1
Answers: 10,951
Site admin
October 2010
http://datatables.net/examples/data_sources/js_array.html
If you have your object in a different format, then you'll need to convert it into a 2D array which DataTables can read and understand - it doesn't look at abstract objects at this time.
Allan
Ratzzak
Posts: 2
Questions: 0
Answers: 0
October 2010
ok... Thanx Allan
This discussion has been closed.
Replies
If you have your object in a different format, then you'll need to convert it into a 2D array which DataTables can read and understand - it doesn't look at abstract objects at this time.
Allan