Remove row select event from Pivot

How to remove row select event of the pivot component and instead of row selected I want cell select event ?

You can use code like next

webix.ui({
	view:"pivot",
	datatable:{ select:"cell" },
        ...

datatable option can contain settings for table configuration ( you can use any options from API http://docs.webix.com/api__refs__ui.datatable_props.html )