I have a DataTable that I would like to update the data based on 2 things:
A 10 second Interval
A Filtering Query
Neither components seem to have a timestamp associated with them as best as I can tell. In particular the 10 second Interval often just raises “PreventUpdate” as it only returns new data if a file is updated which is usually every 2 minutes.
Dash Table Props:
Dash Core Components Props:
I’ve tried the “data_timestamp” for the DataTable but it didn’t help.