Deleting Rows
Last, of course, is the ability to delete rows. Delete is implemented for Departments and DepartmentChildren and is triggered by the "Delete" button in the delete()
method on the node.
That's all you have to do to delete a node. All the real work is handled by SmartNgRX and your
.
In order to access the delete()
method of the
we declare the row as implementing the
interface
interface.