3 split views structure load

How ca I reload only the 3rd split page when i click on some of email inboxes?
The split 2 gets data from api, and I’d like to don’t make it change everytime I click on a single email inbox.
I am using framework7-react.
Thanks.

Don’t know how your code base is organised, but you need to reload detail page in your master detail view, e.g. viewMasterDetail.router.load('/some-page/')

Schermata 2020-03-21 alle 20.36.38

my routes looks like that, is it right?

View component is the detail page of order id, it fetches data from api using the props.id
Orders component is the list of all orders, then when i click on one of them i go on orders/:id