navigate to show with custom params
import { useNavigation } from "@refinedev/core";
const { show } = useNavigation();
how can i go to resource members with id of 5 and param of activeTab 4
const { show } = useNavigation();
how can i go to resource members with id of 5 and param of activeTab 4
