I have taken a sample data table using angular material with some data rows. I have also added an empty data table where I am transferring rows from first table to empty table.
I am able to properly move rows from first table into my second table. But when I am making a selectAll action , the rows are not getting selected.
But when I am trying to select one row at a time and clicking on Move to First Table Button , the row is getting deleted instead on getting transferred to first table.
Please access my sample app here