Local Storage, Local Storage

I seemed to have Local Storage working fine but it doesn't seem to work any more.
I am attaching 2 screen captures. The first shows the code for putting the "customer contact" into local storage. The customer contact is "Henry Higgins" and is visible in the table.
The second screen capture shows that the local storage is unchanged.
Is some action required to get local storage activated?

Mike

Hey Mike! It looks like your table doesn't currently have a row selected, so the value you're passing to localStorage (table1.selectedRow.data.custcont) is empty.

If you click a row on your table (or even set a default selectedRow in your table component settings), it should work!

The selectedRow should be visibly selected (highlighted blue) like this:

And you can set a default selectedRow like this (in the table settings/right panel):
image