I have implemented a simple table in angular 2 using the angular material.
I have implemented transferring selected rows functionality from the first table to the second table and deleting the selected rows from the second table.
As I select rows from the first table and click on button Move To Second Table , the selected rows are transferred to the second table but are not getting spliced from the first table, although I have spliced the selected rows in the transferSelectedRows() method.
please access my sample app here...