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

Returns to the first page when editing #144

Open Alerinos opened 2 years ago

Alerinos commented 2 years ago

If we have many pages, e.g. 10 and we edit the 8th page, each edition goes back to the first. Unfortunately, with more data editing, you still have to go back to this subpage, which sometimes makes you get lost.