nova-detached-filters
nova-detached-filters copied to clipboard
Can this filter work with relationship?
Let's say I have Order
resource that has a relationship one to many with OrderItem
.
OrderItem
will not be shown without the context of Order
.
That means I must see OrderItem
in the Order
detail page.
So I want to show the detached filter of OrderItem
in the Order
detail page.
Is it possible?