I have implemented a sample angular app using angular material.I have taken popup in the TableComponent where I have implemented two tables.
I have a list of data in my first table and my second table is empty.I have implemented swapping data rows functionality between the two tables.
After when I select the required rows form the first table and transfer to second table and when I click on Save Button, I am able to fetch the selected data rows in my saveToParentpage() function and able to subscribe the selected row data to POPUP declared in my Table Component.
But when I am trying to display the transferred rows in parent page data table , I am not getting any data in my material table created in parent page.
My table in parent page is still empty....!
Please access my sample app here
Can anybody please help me out with this issue....?