Hi there,
I am currently struggling to get my table to populate with data, and then update my calculations upon user editing of parameters. I have read the dash-table editable table examples, including the ‘Updating Columns of the Same Table’ example using State/data_timestamp, but not figured out how to combine this with table initialization. I attempted to fix my problem by having one table (‘FCFf’) containing user-editable data, and another table dedicated to calculation ouputs (‘Valuation’), using the input data to over-write data in my intermediate stock dataframe, but have not managed to get it working.
I have posted my question in full detail on stack-overflow, together with example code, that illustrates my problem in detail:
Any help would be much appreciated!
Thanks,
Carl