pivot.js

Advanced interactive Pivot table.

Objects

OAT.Pivot(div, chartDiv, filterDiv, headerRow, dataRows, headerRowIndexes, headerColIndexes, filterIndexes, dataColumnIndex, options)

Creates Pivot table. Arguments are explained below:

Constants

OAT.PivotData.TYPE_

CSS classes

.pivot_table

ToBeDone?

.h1

ToBeDone?

.h2

ToBeDone?

.odd

ToBeDone?

.even

ToBeDone?

.subtotal

ToBeDone?

.total

ToBeDone?

.gtotal

ToBeDone?

.pivot_chart

ToBeDone?

.pivot row_chart

ToBeDone?

.pivot col_chart

ToBeDone?

Example


var pivot = new OAT.Pivot(div, chartDiv, filterDiv, headerRow, dataRows, 
                          headerRowIndexes, headerColIndexes, 
                          filterIndexes, dataColumnIndex, {}) 

CategoryDocumentation CategoryOAT CategoryOpenSource CategoryToBeDone?