filter in a foreign key column #1883
Unanswered
LorenzoAlu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody.
I've a question.
It's possible use the Orchid filters in Resource to filters other params in a relation column?
For example.... if I've a foreign key call
user_id
onPost
model how can I make a filters with use other params of that relation inPostResource
?I try but filter works only with
user_id
, so I can filters params only with numeric value.I would like use
email
ofUser
to filters results instead ofuser_id
inPost
model.Beta Was this translation helpful? Give feedback.
All reactions