I am trying to set a localStorage value to o. At this point the table has no rows.
I have shown 3 lines below:
- line 1: This is a normal line when there is a value in the Table
- line 2 and 3: I have made some attempts that don't work.
localStorage.setValue ("minvnumber", table1.selectedRow.data.invnbr);
localStorage.setValue ("TTotals", data.0);
localStorage.setValue ("TTax", 0);
Any suggestions?
Mike