KorzhCom / EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
MIT License
594 stars 63 forks source link

Record list isn't refreshed after delete #173

Open korzh opened 12 months ago

korzh commented 12 months ago

When we delete a record it's deleted correctly but the list of records is not updated automatically.

If we refresh the table manually after that - it works well and we don't see the deleted record anymore.