scattered-tealS
Refine4y ago
4 replies
scattered-teal

Accessing Id from Show page without triggering request

I have a simple show page and want to use useCustom to make the request (complex url) rather than useShow. How can I just simply access the Id parameter from with the show page? If I use useShow it triggers the request automatically.

I'm calling the show page like this from useNavigation:

onRowClick={(row) => show("<resource>", row.id)}
Was this page helpful?