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?
xamdpro
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
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
Thank you for the response, i guess i should keep trying to use jQuery