TL;DR How can I change the search term CharField (of any of the rows in the image below) to another field type (e.g. ChoiceField, DateField, etc) based on the type of the selected database field (in the first select list on that row – see screenshot below)? Long version I have a cool hierarchical advanced search interface, e.g.: Each row
Tag: widget
Get two properties at runtime and make combination of those two properties in string (orderby orderdirection)
I have two properties “orderby” and “orderdirection” in widget. In runtime I can adjust those properties check snip : I want to set these properties in my rest api query. eg: …