I have created a sample angular app where I have taken TableComponent as my main page and also I have a popup in the TableComponent.
When I click on the OpenPopup button in my main page I get a Popup window with two tables.
The first table has a list of data rows and my second table is empty. When I transfer the rows from my first table to second table and click on save button ,the data rows from second table is displayed on the main page table.
But my issue is when I am opening the popup for the second time , the second table is not showing the earlier selected rows and is empty.
Please access my sample app here..
can anybody please suggest me what I am missing here...?