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

Support for browser back function. #98

Closed Alerinos closed 2 years ago

Alerinos commented 2 years ago

When editing / adding data, I often click back on the mouse, unfortunately it returns to the previous page. You can add javascript support to capture back and make an event like "Back to entities"

https://gyazo.com/9db16abc165d3b4c1607d9281d75220c

Event:

window.onhashchange = function() {
 //Back to entities
}
antifree commented 2 years ago

Resolved in 0ca13cebfea848e619bcc512e6f3f1574451be4c