I understand on how to pass a filter through views that have the return render(request, ‘htmlname.html, {}). I don’t know how to do it for this case of exporting data through django-import-export export option. I’d like to pass a filter from a dropdown selection for the data to be downloaded. My view My resource Answer There are a couple of
Tag: dropdown
Kivy: How to bind dropdown opening properly?
I am struggling with making DropDown opening bind properly to the releasing of the selection button. I tried using this: selection_button.bind(on_release=drpdn.open) The binding seems to work rather randomly when I create more than one DropDown (some DropDowns open others do not and I cannot see any logic in it). However it shown exactly like this in the example in Kivy