Looking for a way to populate the table using javascript objects
Looking for a way to populate the table using javascript objects
vverma
Posts: 2Questions: 2Answers: 0
I came across how to populate the table using javascript array from one of the blogs mentioned here.
Is there a way to populate this table using javascript objects
This question has an accepted answers - jump to answer
Answers
This example shows how to had Javascript data. If you have an array of objects then use
columns.data
to define the columns. Similar to this ajax example. Also take a look at the Data manual.Kevin