I've inserting the table's data in my view to database two tables i.e "sales" and "saleitems". I'm getting all the values from table except "Quantity" and "Grand Total". In quantity i have bootstrap "Plus and Minus" button so that i can increase or decrease the quantity. So i want to get that live quantity value. How can i get them please help.
 
Here's my view code
  1. "table" class="table">  
  2.   
  3.   
  4. "col">Product Id  
  5. "col">Company  
  6. "col">Product Name  
  7. "col">User Name  
  8. "col">User Mobile  
  9. "col">Price per product  
  10. "col">Quantity  
  11. "col">Total Price  
  12.   
  13.   
  14.   
  15. "2">Grand Total : "GrandTotal">  
  16.