SpreadSheet Scrollbar issues

hi,
I need a method like showItem or scrollTo respect to spreadsheet.Is there any way to achieve this.I need this to scrolldown scrollbar to invalid cells.

Hey @Komal, you can actually directly access the scrollTo method from the datatable part of the spreadsheet widget (reference), here’s an example: https://snippet.webix.com/c0ykzpya.

thank you! its working expectedly !!