Which Events Fire for a "select" view used in a datatable

I am trying to find a “change” event that fires when a “select” view that is part of a datatable changes or the selection is changed.

Thanks for the help

Hi! The link below may be helpful (see “Related events” section)
http://docs.webix.com/datatable__selection.html
Or just
http://docs.webix.com/api__selectionmodel_onselectchange_event.html

If you mean the “select” editor in the datatable - it will be onAfterEditStop event

thanks