Navigator for accessing tables??

Hi,

I still have one more question about the Navigator class:

Assume there is a table with some entries representing e.g. a Person. In one column there is a button or a clickable icon for the details of that person.
When you click on the detail button/icon another view is shown.

Do you think it is possible to access such a detail view directly using the navigator?

Hi Marcel,

look at this tutorial: https://vaadin.com/wiki/-/wiki/Main/Using%20parameters%20with%20views

Just create a link in each table row. The person id will be the parameter in the link. The next view can read this id and display the correct entity.