'How to delete or Hide a row in Angular table ,but it should not affect in the DB
I'm doing a CRUD operation in Asp.net Web Api using Angular as FrontEnd. I have used Sql Server as DB.
My delete operation is deleting records permanently from the DB, which it usually do.
But I want something that after clicking the delete button the record should be hidden or removed from the table, it should not affect the DB directly.
can anybody help?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
