Dynamically changing options/properties
Dynamically changing options/properties
Wierdbeard65
Posts: 2Questions: 1Answers: 0
Hi,
How do I change the value of an options specified at setup in 1.10.2?
What I need is to initially have "Processing" set to True, but I'm doing a timed reload and when that's happening, I want to change it to False.
I found some stuff for previous versions, but....
Help!
This discussion has been closed.
Answers
I don't think you can change those parameters dynamically. I think you would have to use the destroy() method.
https://datatables.net/reference/api/destroy()
Thanks for the response!
Hummm,
Will that clear the table from screen, or just cause the next refresh to overwrite?
Former wouldn't help me, but the latter would! :-D