Forum
list with detail on same page... possible?
Is it possible with list : detail to have list and selected detail on same page? i.e. a list of options say in one div, click on any item in list, detail shows in separate div on same page? I can do regular list and detail, just trying to get my head around this one! Perch, not Runway
This is a single page solution. Is that any help?
https://docs.grabaperch.com/perch/content/functions/how-do-i-create-list-detail-pages/
Thanks Clive, yes I had seen that and I guess it is the best way to go... I was looking for a solution where you can still see the 'list' on the same page in one div while the selected 'detail' shows in another, which if I understand the info you reference is not the case.
If I understand correctly, you want the list to always be included regardless of whether you are in detail mode.
The solution referenced by Clive has the following code to determine whether you are in detail or list mode. As is, it only displays the list if you are not in detail mode:
Modify it to always include the list first:
Thanks Hussein I will give that a go, I hoped it was something as simple as that (me being simple I like simple) :)