Hello. How would I go about creating a Data Table with some data in one callback, and update the same Data Table in another callback? This would seem easy to do, but requires creating two callbacks targeting the same Data Table’s 'data'
, which obviously Dash does not allow.
Is there some standard way to do this? Thank you ahead of time for any advice on doing something like this.