How to multiply, divide, add, etc. values from input to datatables editor?
How to multiply, divide, add, etc. values from input to datatables editor?
imballama
Posts: 12Questions: 5Answers: 0
How to multiply, divide, add, etc. values from input to datatables editor in real time?
This question has an accepted answers - jump to answer
Answers
rowCallback
is one option. If this doesn't help then please provide more details of what you want to do.Kevin
I want that in the form of editing, there were fields for which formulas will be applied. For example, I fill in the first three fields with data, and the total field is calculated according to some formula
If that's the Editor form, then
dependent()
can be used for that.Colin