hilla
hilla copied to clipboard
[autocrud] Deep linking support for editing
Crud should out of the box be able to support urls like
/myview
- shows crud
/myview/edit/foobar12
- selects the item with id 'foobar12' in the grid and shows the values in the form
Could this be an AutoGrid
feature too? Deep linking for row selection (which is relevant for example in the case of lazy loading)
What is the use case? I don’t think auto grid even enables selection automatically
One use case is an AutoGrid with an attached selection listener that, upon selection, populates a non-form component. As the end user of such AutoGrid, I sometimes want to share a URL with my colleagues that automatically highlights a specific row and opens the related component.