Index | OAT homepage | OpenLink Software

OATDOCpivot

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, {}) 


Copyright (C) 2005-2008 OpenLink Software