Can we highlight a particular row in Webixpivot by default?
Also please suggest how to change the highlighted row color i.e when we select a row.(by default its green).
There is no such api for Pivot, but you can access the datatable element of pivot like next
var table = $$("pivot").$$("data")
and use API of datatable, that allows this and many other operations