Using a button to reset values of a table to initial values

Suppose I have a table component with some initial content specified for each editable cell. Students can then change the content of these cells. I’d like to include a reset button that, when clicked, will reset the content of all cells back to the initial specified content.

Can this be done in CL? Thanks in advance for any assistance.