I am new user to flask and would like to avoid flask appbuilder populating whole model dataset with "list", instead only populate based on search filter entry. Is there a way to make this default behaviour. I have seen options of active_filter but not sure, how to override. I checked base_filter but this is applied all the time.
Also, i also noticied search form can be overriden any pointers on passing WTF form with list of allowed values for a column.
Any help is greatly appreciated. Thank you.