Join the Stack Overflow Community
Stack Overflow is a community of 6.4 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I want to display one dynamic table, But table columts i wane to select at run time. For that purpose I have taken two multi select box, in first Multi select am loading all column names using Json.

Now my requirement is, i want add selected column names from first multi select box to second multi select box. and if required i also want to remove from second multi select box.

I have taken to buttons, one for adding and other for removing. Can any one help me with this requirement. how can i do it using angular js. please refer attached image to clear with my requirement.enter image description here Thank in advance..

share|improve this question
2  
What have you done so far? Provide code please – Mistalis 19 hours ago
    
@ mistalis just give me some time. I will provide complete json structure to you. So you will get exat idea. And thanks for the Quick reply.... – deeps 19 hours ago
1  
This does what you want stackoverflow.com/a/24559430/1544886 – K Scandrett 19 hours ago
    
Possible duplicate of AngularJS moving items between two select list – K Scandrett 19 hours ago
    
@k Scandrett I have checked with the link you have provided. But there we can either move single record or all records. But my requirement is, i want move all selected records only. At run time i can select any number of record....... – deeps 19 hours ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.