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.
Thank in advance..