[1.10.x] JavaScript data source - how to reload data using API

[1.10.x] JavaScript data source - how to reload data using API

netaisllcnetaisllc Posts: 24Questions: 2Answers: 0

Hi,
In the simplest use case ever -- a JS data object serving as the data source -- what is the API call/calls to load new data into the table. In other words, I init the table using JS Data Object #1 and later, via the API, I'd like to reload the table from data stored in JS Data Object #2.

This is all client side, so no server calls needed.
There used to be fnAddData if memory serves, but what became of it in the new, modern API?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.