Table update calculated values on variable change
Table update calculated values on variable change
dccevolution
Posts: 13Questions: 3Answers: 0
in DataTables
I have a table with a column calculating values from an Ajax JSON and a changeable variable (from a form Input).
How do I get my DataTable to recalculate? I have tried the reload as part of the variable onchange function and although the variable changes, the table does not update.
Answers
You could use the
xhr
event - that would most likely be the best place.Colin