0

Im adding Columns into using using Mvc Angular when the colum is added into table it should be count the value Like

ID    Price      Qty   Amount
1      10         1     10
2      20         2      40
---------------------------------
Total Items--->3    Amount--->50
--------------------------------------

Please Suggest me Im New for angular & mvc

7
  • put some code in fiddle Commented Sep 21, 2016 at 10:07
  • Do you store these values in array? how do you add them? please, post some code Commented Sep 21, 2016 at 10:07
  • This Q&A is nice point to start for you Commented Sep 21, 2016 at 10:07
  • MVC is not related to it. plus, you can always do a function when you create a new row, that has a for loop that sums and saves the Qty, and amount with a simple $scope and ng-model Commented Sep 21, 2016 at 10:08
  • Im totally confused how to write code plz Helpme Commented Sep 21, 2016 at 10:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.