Filling in Json Data manually
Filling in Json Data manually
fuxi
Posts: 3Questions: 2Answers: 0
I created an empty Datatable and what i want to do now is loading Json-Data separately "out of the box" (without using the Datatable's ajax parameter) and then insert it. How would i do that?
This discussion has been closed.
Answers
Hi @fuxi ,
The examples in this section would be worth looking at, as they demonstrate various data sources. If none of those work, as you can't provide it before the table is initialised, you could add rows through the API with
row.add()
androws.add()
,Cheers,
Colin
i think i found out by myself:
https://datatables.net/reference/option/ajax
it's the ajax property's function mode