xsanisty / calx.js

jQuery Calx - a jQuery plugin for creating formula-based calculation form
http://www.xsanisty.com/project/calx2
MIT License
198 stars 72 forks source link

field not showing updated #42

Open SRgit11 opened 7 years ago

SRgit11 commented 7 years ago

Is there a limit to number of data-cells supported? i was able to resolve issue below, but a radio button stopped working I have js code: td data-cell="E6" id="E6" data-formula="B6+C6+D6" data-format="$ 0,0"

the E6 is not being updated, when B6,C6,D6 change. the intial sum when page loaded remains unchanged