How to multiply, divide, add, etc. values from input to datatables editor?

How to multiply, divide, add, etc. values from input to datatables editor?

imballamaimballama 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

  • kthorngrenkthorngren Posts: 20,269Questions: 26Answers: 4,765

    rowCallback is one option. If this doesn't help then please provide more details of what you want to do.

    Kevin

  • imballamaimballama Posts: 12Questions: 5Answers: 0

    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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    If that's the Editor form, then dependent() can be used for that.

    Colin

Sign In or Register to comment.