How do I correctly create a link to a record from another view?
I has various pages within the app I am building where I am displaying a list of items based on data being passed in.
what I haven't been able to find in the docs yet though is how I can correctly link to one of the items being rendered so that it either navigates to the record view or opens up the view modal.
Here is some example code with the todo comment being where I would like to action the link from
Apologies if this is an easy find, I struggled to do so and I couldn't find a similar thread in the forumn already.
what I haven't been able to find in the docs yet though is how I can correctly link to one of the items being rendered so that it either navigates to the record view or opens up the view modal.
Here is some example code with the todo comment being where I would like to action the link from
Apologies if this is an easy find, I struggled to do so and I couldn't find a similar thread in the forumn already.
Solution
Turns out, it was in the docs all along and I was being stupid! I think I need this:
Will come back and confirm.
Will come back and confirm.