Calculate Repeater
For example i have a repeater and i create 3 items. and every quantity input change, i want calculate all items or some items. how to using Closure $set, to modify the price value
1 Reply
SOLVED
you can modify spesific repeater using key like this
$set("../../transactionLines." . $key . ".price", $price);