HexagonJS
About
Installation
Core Concepts
Changelog
[Migration (1.x -> 2.x)]
Tutorials
Getting Started
Print Styles
Demos
Component Demo Page
Css Components
Base
Button
Badge
Error Pages
Form
Inputs
Input Group
Label
Layout
Logo
Notice
Spinner
Table
Js Components
Alerts and Messages
Autocomplete Picker
Autocomplete
Button Group
Card
Collapsible
Color Picker
Crumbtrail
Data Table
Date Picker
Date Time Picker
Drag Container
Drawing
Dropdown
Dropdown Button
Extended Table
File Input
Fluid
Form Builder
Inline Editable
Inline Picker
Inline Select
Menu
Meter
Modal
More Button
Notify
Number Picker
Paginator
Picker
Pivot Table
Plot
Progress Bar
Side Collapsible
Sidebar
Single Select
Slider
Stepper
Sticky Table Headers
Tabs
Tag Input
Time Picker
Time Slider
Titlebar
Toggle Button
Toggle
Tooltip
Tree
Visualization Bar
Utilities
Animate
Click Detector
Color Scale
Color
Component
Event Emitter
Fast Click
Filter
Format
Interpolate
List
Map
Morph Section
Morphs
Palette
Pointer Events
Preferences
Request
Resize Events
Search Dom
Select
Selection
Set
Sort
Transition
User Facing Text
Util
View
Pivot Table Changelog
1.12.0
hx.PivotTable
options
Object
options
fullWidth
Boolean
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.PivotTable
options
Object
options
data
Added
#146
Added the data option to pivot tables
1.0.0
hx.pivotTable
Selection
Added
Fluid api version of PivotTable
0.14.0
hx.PivotTable
setData
PivotTable
Removed
Use
data(data)
instead.
0.13.0
hx.PivotTable
setData
PivotTable
Deprecated
Use
data(data)
instead.
hx.PivotTable
data
PivotTable
Added
A method for providing a pivot table with data
hx.PivotTable
data
Any
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.