0

I need to develop UI page, like naukari add/edit skill, which is able to add dynamic rows with select fields, after submit store the data in db, when we click on add/edit skill same data should be there in the fields ,there is possible to add new rows also.I am adding image here same like this i need to implement same like this in angular Js

enter image description here

please any one help me implement this, provide some code base it is very helpful for me.

2
  • can you show some code demonstrating what you've tried? "I need some code" isn't a very good question for this site. Commented Dec 27, 2016 at 5:51
  • Refer stackoverflow.com/questions/34906145/… may Help you Commented Dec 27, 2016 at 5:57

1 Answer 1

0

You need to create an array, put it into ng-repeat and push an object into that array onclick of add button. This must be helpful. http://www.shanidkv.com/blog/angularjs-dynamic-table-addremove-action

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you @Ushma Joshi for helping me.I resolved the issue.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.