Check documentation for the latest version of DHTMLX Pivot change Pivot Docs

change

fires on a change in Pivot

void change();

Example

pivot.events.on("Change",function(){
    // your code here
});

Details

Related sample:  Pivot. Events

Back to top