Datatables live load json data
Datatables live load json data
tadasstyr
Posts: 11Questions: 5Answers: 0
in DataTables
Hi, can somebody assist with live.datatables.net
here is example.
http://live.datatables.net/nurakipi/67/edit
how to load json data?
url: '???????',
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If you want generic data you can use one of the Ajax templates found in this Technote.
Instead of using Ajax you can use
data
to add the data to the Datatable. The solution you use depends on what you want to do with the test case.Kevin