'edited table data from holoviews table

I am trying to use the editable table to update a table from holoviews. When I try to get the data or display the table, the edits are gone. Anyway to preserve the edits? The example in holoviews documentation does update the table as expected but its using PointDraw and linking and more complex than what I need so there must be a way to force update on the table. The picture below shows creating the table that is editable and I can edit but table2 will keep showing all zeros if I type table 2 in another cell enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source