How to connect between dropdown input to DataTable output in plotly Dash
i try to build a dashboard with plotly dash that has a dropdown menu as input with years and the output is data frame which will be filtered by the input in the dropdown. When i run the App, nothing is happend.