Posted 8 September 2017, 10:01 am EST
Hi,
I want to set focus to the first cell in the spreadJs sheet.I tried below code :
activeSheet.setActiveCell(0, 0);
activeSheet.startEdit();
By using this above code the focus is set to the first cell of the sheet and first cell converted to edit mode.Due to which all the table data is pasted in the first cell only.
Want to focus on the first cell only.
Thanks,
Kriti