i was testing pivot table with trial version and it seems like some functions present in the documentation are not available. exemple : pivot.setConfiguration()
Hello,
Could you please give some information about the article where find setConfiguration method ?
Here is the link : http://docs.webix.com/desktop__pivot.html#api
Getting and Setting Configuration Object
//get current configuration
var config = pivot.getStructure();
//set configuration
pivot.setConfiguration(config);
There is a mistake in this article. Please use setStructure method instead.
We will correct the docs. Thank you for pointing the problem.