Overview of sdk-ui-pivot
sdk-ui-pivot package
This package provides the PivotTable component that you can use to visualize your data in a table-based manner.
Remarks
The PivotTable component provides additional capabilities such as totals, automatic column resizing, and more.
Functions
| Function | Description | 
|---|---|
| Prepares dimensions for pivot table execution from buckets and info if table is transposed or not. | |
| Tests whether object is an instance of IAbsoluteColumnWidth | |
| Tests whether object is an instance of IAllMeasureColumnWidthItem | |
| Tests whether object is an instance of IAttributeColumnLocator | |
| Tests whether object is an instance of IAttributeColumnWidthItem | |
| Tests whether object is an instance of IMeasureColumnLocator | |
| Tests whether object is an instance of IMeasureColumnWidthItem | |
| Tests whether object is an instance of IMixedValuesColumnWidthItem | |
| Tests whether object is an instance of ISliceMeasureColumnWidthItem | |
| Tests whether object is an instance of ITotalColumnLocator | |
| Tests whether object is an instance of IWeakMeasureColumnWidthItem | |
| Creates a new attribute column locator | |
| (ALPHA) Creates a new total column locator | |
| newWidthForAllColumnsForMeasure(measureOrId, width, allowGrowToFit) | Creates width item that will set width for all columns containing values of the provided measure. | 
| Creates width item that will set width for all measure columns in the table. | |
| newWidthForAttributeColumn(attributeOrId, width, allowGrowToFit) | Creates width item that will set width of a column which contains values of a row attribute. | 
| newWidthForSelectedColumns(measureOrId, locators, width, allowGrowToFit) | Creates width item that will set width for all columns containing values of the provided measure. To prepare width items for columns in tables without measures, pass measureOrId as  | 
| PivotTable is a component with bucket props measures, rows, columns, totals, sortBy, filters | |
| Given analytical backend capabilities and the desired aggregations menu config. | |
| setNewWidthForSelectedColumns(measuresOrIds, locators, width, allowGrowToFit) | Creates width item that will set width for all columns containing values of the provided measure. To prepare width items for columns in tables without measures, pass measureOrId as  | 
Interfaces
| Interface | Description | 
|---|---|
| Object defining IAllMeasureColumnWidthItem object body. | |
| Locates all columns for an attribute or columns for particular attribute element. | |
| Object defining the IAttributeColumnLocator object body. | |
| Object defining the IAttributeColumnWidthItem object body. | |
| Locates table column by column measure's localId. | |
| Object defining the IMeasureColumnLocator object body. | |
| Object defining the IMeasureColumnWidthItem object body. | |
| Object defining the IMixedValuesColumnWidthItemBody object body. | |
| Object defining the ISliceMeasureColumnWidthItem object body. | |
| Locates all columns for a columns for particular total. | |
| Object defining the ITotalColumnLocator object body. | |
| Object defining the IWeakMeasureColumnWidthItem object body. | 
Type Aliases
| Type Alias | Description | 
|---|---|