Recently, I decided to give angular-ui-grid a try (http://ui-grid.info/
) and attempted to implement a feature that involves moving rows between two different grids. I found a solution for this on the kendo grid here:
http://jsfiddle.net/OnaBai/2qXKy/
.
However, as a beginner in JavaScript, I struggled to replicate this functionality in angular-ui-grid. I am facing challenges in assigning selected rows from grid1 to grid2 and then removing them from grid1.
If anyone already has a working solution for this problem, I would greatly appreciate your help.
Thank you in advance.
UPDATE: I have also tried to create a quick but unsuccessful jsfiddle implementation here:
http://jsfiddle.net/LimoJoe/n9h7xmw3/4/