Communication between Web App builder
Any one have suggestion how to communicate betweeb the search widget and group filter widget?
Communication between widgets—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers
Also there are widget communication samples in the WAB Developer widgets/samplewidgets/WidgetCommunication folder.
Hi
I am trying to work with two widget (1) Search Widget (2) Group Filter,
My scenario is I want to search the location of person in a building using search widget and the result should triggier the query using Group filter.
I tried using communication widget, it opens the widget but not triggering the query.
I am using FoldableTheme
How do i do this, any thoughts?
The GroupFilter will initially run the first query in the widget if defultVal is not "" or the operator is not "". To change this you need to edit the GroupFilter widget code in the startup function.