I’ve got handontable like here: https://jsfiddle.net/0Lwpsnu7/1/
I’d like to update formula variable after inputbox has changed.
Below line of code seems to do nothing
hot.updateSettings({formulas: { variables: { CONCEPT_SUM: parseInt($('#split-sum').val()) } }});
[GH #6786] Updating formulas varibales with updateSettings
Hey @adrian.wawrzyn
the use of updateSettings
is reasonable. It will report the need for extending the documentation on custom variables.
Actually, using the setVariable
on the plugin does the job. But I found it in the /test directory and it should be in the docs.