Streamlit folium filter bi directional

Hi all,

I’ve an application who display at top a aggrid dataframe. This one have a clickable button for each row to zoom on a folium map just under the DF.
Now i want to create with draw button in the folium map a polygon selection to filter the upper dataframe by coordinates.
is it possible with streamlit ?

Thx !

Hi @Tdbg,

Thanks for sharing your question. You should be able to implement this using the awesome streamlit-folium component created by @randyzwitch. Check out the “draw support” page of the demo app, which demonstrates this specific functionality.

1 Like