HexagonJS
Pivot Table Changelog
1.12.0
hx.PivotTableoptionsObject
options
fullWidthBoolean
Added
#396
Added the fullWidth option to pivot table
1.3.0
hx.PivotTable
Bugfix
#161
Fix the data setter/getter symmetry by preventing internal data mutation
Bugfix
#162
Fix for pivot table where adding additional data to an existing pivot table caused cells to render incorrectly
hx.PivotTableoptionsObject
options
data
Added
#146
Added the data option to pivot tables
1.0.0
hx.pivotTableSelection
Added
Fluid api version of PivotTable
0.14.0
hx.PivotTable
setDataPivotTable
Removed
Use data(data) instead.
0.13.0
hx.PivotTable
setDataPivotTable
Deprecated
Use data(data) instead.
hx.PivotTable
dataPivotTable
Added
A method for providing a pivot table with data
hx.PivotTable
dataAny
Added
A method for getting the data set in the current pivot table
0.12.6
hx.PivotTable
Added
Added a module for creating pivot tables from JSON.