Can we colour our desired column in WebixPivot

Hi,
I wanted to know if we could change the colors of the desired columns in WebixPivot. Are there any events to achieve this.?
Thanks,
Ganesh.

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

http://docs.webix.com/datatable__styling.html