I am using code I have used before to capture a value from a selected row in a table i.e.
localStorage.setValue ('Name', table1.selectedRow.data.Name);
I am using it in a new table and I find it doesn't work.
I am getting a message: "Cannot read properties of undefined reading Name".
The field is named properly. Are there are any suggestions as to why this doesn't work?
Mike