Table update calculated values on variable change

Table update calculated values on variable change

dccevolutiondccevolution Posts: 13Questions: 3Answers: 0

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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    You could use the xhr event - that would most likely be the best place.

    Colin

Sign In or Register to comment.