How can I use a form control in column 3 to change the value of column 5?

How can I use a form control in column 3 to change the value of column 5?

mgargiullomgargiullo Posts: 2Questions: 1Answers: 0

I have a fully functional datatable that currently shows a product, the minimum price, a range form control, target price, and sale price.

Can be seen here: https://jsfiddle.net/mgargiullo/rvob1Lcu/

The range form control has the min and max set with the starting value the same as the "sale_price" field (column 5). I'm trying to update the sale_price in column 5 when the range form control in column 3 changes.

I'm reasonably sure there's a way to do this, but I've gone down so many paths that I'm starting to confuse myself.

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.