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)}
I'm calling the show page like this from useNavigation:
onRowClick={(row) => show("<resource>", row.id)}
