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