-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to a specific tab #54
Comments
@LorenzoSapora, will take a look at this. We're using the Maybe something like |
Yeah, I've been digging, too ->route('nova.pages.detail',
[
'resource' => 'users',
'resourceId' => $request->resourceId,
'Campaign' => 'sent'
]) is close with |
Yeah, the The other possibility is simply use the Example: However, you'd still have the challenge of knowing the current URL hash on the PHP side. You might be able do some trickery with detecting the current hash and sticking it in session or something and then retrieving prior to using the |
Hey,
Using the tab package, the currently selected tab is reflected into the url (
/resources/users/123/#Campaign=sent
).Is it currently possible to link to that in this version? If so, point it out and I'll write a PR for the README. If not, tag this with a
feature-request
.Thanks
The text was updated successfully, but these errors were encountered: