Description
This is an example of ReactJS Pivot Grid with a custom data aggregation function. The react pivot grid provides
several built-in functions: count, sum, min, max, average, product. In this example, we implement a custom
function that calculates the variance of the data points of the respective cell inside the React PivotGrid.