Craig
11/18/2025, 9:59 AMSofia Ageitos
11/18/2025, 8:11 PMCraig
11/18/2025, 8:12 PMCraig
11/18/2025, 8:13 PMSofia Ageitos
11/18/2025, 9:10 PMCraig
11/18/2025, 11:30 PMeminero
11/19/2025, 1:36 PMCraig
11/19/2025, 1:37 PMCraig
11/19/2025, 1:37 PMCraig
11/19/2025, 1:38 PMeminero
11/19/2025, 1:44 PMvar self = this;
Backbone.history.on('route', function () {
// Log where the user is
console.log('New user location:', Backbone.history.location.hash);
// Or perhaps you want to re-render self
self.render()
})
This example is from the link I share and it looks like it could work for you, put inside the window.location.href.
Last resource is that you add a child view on the home page and you call the native service for invoices to render the data in that way, you are getting the data and once the service is done, you can render the data. You are not re-inventing the wheel but adding some extra steps.Craig
11/19/2025, 9:01 PM