Sir I have this fiddle
I need When I enter Rate and Qty then it must display Amount automatically.
Add and Remove buttons work fine already. Want to know only calculation method.
Please help
Sir I have this fiddle
I need When I enter Rate and Qty then it must display Amount automatically.
Add and Remove buttons work fine already. Want to know only calculation method.
Please help
You set an onchange for qty and rate to run the calculation (qty * rate
) for that line.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.