Accessing data from Interactive Table Component

The Dash Table Component looks promising. I’m wondering if there’s any way of getting table modifications out. For instance, https://github.com/plotly/dash-table-experiments/blob/master/usage-callback.py presents a table where you can modify values and check checkboxes. But as far as I can tell, there’s no way to capture those changes in a callback.

Is there a way that I’m missing? If it could do that, Dash would fulfill my needs for a small project I’m starting on. Otherwise, it appears not.

Thanks,
Gary

OK, I see how to do it. My confusion was that usage_callback.py didn’t seem to show a way to get the table data into the callback; whereas just plain usage.py did. Since usage.py does effectively use callbacks, I’d suggest updating the names of those apps??

But no matter, I have what I need and I’m very impressed and excited about the potential of Dash for my projects!