(Go: >> BACK << -|- >> HOME <<)

Is there any Datatables method that able to do an auto calculation on inputed value?

Is there any Datatables method that able to do an auto calculation on inputed value?

xamdproxamdpro Posts: 2Questions: 1Answers: 0

I am working on Laravel (with JQuery)
here is my table structure
https://codebeautify.org/alleditor/y24a1db41

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,211Questions: 1Answers: 10,205 Site admin
    Answer ✓

    Do you mean you want the input to be updated? The answer is no, there is no built in option for that, but it can readily be done with a simple loop.

    Allan

  • xamdproxamdpro Posts: 2Questions: 1Answers: 0

    Thank you for the response, i guess i should keep trying to use jQuery :)

Sign In or Register to comment.