How to implement dynamic breadcrumbs ?

1
I want to dynamically obtain the path list of the page clicked by the user in the navigation bar, so as to return to the page I want at any time. How to achieve this?
asked
1 answers
1

Hi Kai, I'm not enirely sure what it is that you need; but if you want to keep track of the users page navigation history I would suggest to add an entity to your domain model where you can store this information on each navigation action.

answered