[GH #6786] Updating formulas varibales with updateSettings

Tags: #<Tag:0x00007f8b1d104f78>

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()) } }});

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.

https://jsfiddle.net/ftmc62oL/