Closed Geddes-C closed 3 years ago
hi
yes it's possible :
for blur use
myTable.resetSelection(true);
ordocument.getElementById("spreadsheet").jspreadsheet.resetSelection(true);
for focus use :
myTable.updateSelectionFromCoords(0,0,0,0)
or document.getElementById("spreadsheet").jspreadsheet.updateSelectionFromCoords(0,0,0,0)
Great - thanks for your help. Best wishes.
I would like to programmatically blur jspreadsheet then focus on another HTML element, such as:
document.getElementById("spreadsheet").blur() document.getElementById( ... ).focus();
However, this does not seem to work. Is it possible?
Many thanks and best wishes.