Button Failure and Geolocation help

I have code that I can’t get the button to work on the data table that I created. If anyone can help that would be amazing. My code can be found here (hastebin). When I click the buttons the data should be filtered but nothing happens.

Hi @WillofWisp

I’m not shure but I think that the problem is related to the Inputs on the callback, you are assigning all the buttons as inputs together, that means (as I understand :thinking:) that all button have to be clicked at the same time to trigger the callback.

Instead, I think you need to use Pattern Maching Callback to identify wich button has been triggered, see that here:
https://dash.plotly.com/pattern-matching-callbacks