Framework/Pattern for grid to form and back
In desktop applications a common approach to edit records is display a grid, select item, show a modal form, edit, go back to grid and the grid keep the selected record, everything very quickly.
With bootstrap 3 we did exactly that, but since material design and bootstrap 4 there's no modals. So, which pattern or framework do you recommend/use to let the user quickly select a record from a grid/listview, then edit and come back to the grid without losing the selected record.
Screenshots
Grid
Record
Note: the form can have many more fields, this is just a quick example.
Leonardo.