Angular material table remove element by index with paginator
The easy way to implement this is to take the index of the row and apply the filter or the splice method to the dataSource.
Ideally we are going to create a click on the delete button and then we are going to get the row index. After that and with th...
lifebehindthekeyboard.hashnode.dev2 min read