how to focus to column on click of button?

I have a huge spreadsheet. There are about column till CZ in this spreadsheet. so if user wants to go to any column he have to scroll a lot to right. just to make it user friendly ,I have given button on menu bar so if user clicks on suppose on button “move right” focus of spreadsheet will move to column “CB”.I have several button like this .any idea how to implement this?

Hello @priyatama, it is possible to use the showCell() method of the datatable part of the spreadsheet to specify the exact cell you want to show - https://snippet.webix.com/xzku90um.

Alternatively, you can also adjust the horizontal scroll position with the help of the scrollTo() method - https://snippet.webix.com/hinxbiwo.