How do I call double click event on header click of webix spreadsheet?

Please give replay. How to call event for header click

https://snippet.webix.com/orz94dz6

Hey @pratikshadatir1, as we can’t really call the same event that we’ve just triggered (possible to get stuck in a loop and whatnot), the other event that we can use in this case is the global Webix event onClick. The issue with this event is that we only get returned an Event object, with nothing else to go by. To locate the clicked header use the locate() method.

Please take a look at the end result: https://snippet.webix.com/qlwsclkb.

Please note that all of the mentioned events and methods refer to the datatable part of the spreadsheet.