SelectFilter doesn't working

I have a table named 'clothes' and a column named 'mark', so i can't figure it out why it's not working. I don't know if I should use relationship, a query, if I should create an enum, 'cause Mark won't never change, I'm very confused, still learning
image.png
Solution
I solved the problem!
I only add a ->relationship('clothes', 'mark') and it worked
Was this page helpful?