Relative Content

Tag Archive for pythonpandasflet

Flet DataTable doesn’t update when conditions are met

I’m making a reporting app with Flet and i need to have a dropdown with values from which a user will pick one. After picking the value, a table besides the dropdown will need to be updated with the calculated data based on the picked value. This type of procedure will be a recurring element of the whole app.