How do I link from one page to a specific point in a list in another page?

Current set-up : SPA Pages, Windows 10, MySQL, PHP

image

Clicking the pencil gives this URL

http://daviesandgray.co.uk/admin/business/515

from this routed code on one page

<a dmx-bind:href="'./business/'+business_id" internal></a>

and currently takes the user to the second page

I want the view to show the relevant business highlighted as if it were selected, and on the correct paginated page like this

but I can’t work out what I need to do.

I need to pass the '515' to somewhere, but where and how?

Community Page
Last updated: