how i could pass the server parameter to index and create and edit pages route? #16039
Unanswered
sameededitz
asked this question in
Help
Replies: 1 comment 1 reply
-
Filament 3 doesn't support nested resources. This feature will be available in Filament v4 (coming soon). You have alternatives:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
33
How can we help you?
im using filament for first time
this is my server resource
as u can see i have a btn that redirects to that server sub servers resource
now in my sub server resource
i have set the url slug also to receieve a parameter as server
and set the query builder to get that parameter and fetch sub servers of that server id
now when i open a specific server sub server resource page
i get this error
i tried commenting the edit page in getPages
but then i got this error?
now my question is how to i can pass parameters to index,create, edit pages?
Sub Server Resource code
Beta Was this translation helpful? Give feedback.
All reactions