Have total column update when a relevant cell is edited
Have total column update when a relevant cell is edited
We have a editor-enabled data table which users can change a quantity field. When they do this we need the total cost to change on that row. Additionally a Grand Total needs to be updated. Is this possible without us resorting to Knockout?
The site is here:
This discussion has been closed.
Answers
Hi @nsscott,
You could trigger on an
edit
, and recalculate the totals then. That would keep it tidy.Cheers,
Colin