You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the filter screen I have several fields that are FK. These call a LOVdetail table that has the list of values for this field. Is it possible to filter the values?
Right now the entire list is shown and that is not correct.
This type of filter worked for me on the form, but when trying with django_listing, I couldn't get it to work.
I share with you how I want to implement it in filter
On the filter screen I have several fields that are FK. These call a LOVdetail table that has the list of values for this field. Is it possible to filter the values?
Right now the entire list is shown and that is not correct.
This type of filter worked for me on the form, but when trying with django_listing, I couldn't get it to work.
I share with you how I want to implement it in filter
I see that in filter, it does not support queryset, how could I solve it?
The text was updated successfully, but these errors were encountered: