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. | |
|
PivotTableNext is the new pivot table component built on AG Grid Enterprise. This component replaces the legacy PivotTable component and offers: - Better performance for large datasets - Configurable text wrapping for long content - Cell selection and copy capabilities - Advanced column resizing options | |
|
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. | |
|
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 IAttributeColumnLocator object body. | |
|
Locates all columns for an attribute or columns for particular attribute element. | |
|
Object defining the IAttributeColumnWidthItem object body. | |
|
Object defining the IAttributeColumnWidthItem object body. | |
|
Column text wrapping item that specifies text wrapping settings for specific column(s). | |
|
Locates table column by column measure's localId. | |
|
Object defining the IMeasureColumnLocator object body. | |
|
Object defining the IMeasureColumnLocator object body. | |
|
Locates table column by column measure's localId. | |
|
Object defining the IMeasureColumnWidthItem object body. | |
|
Object defining the IMeasureColumnWidthItem object body. | |
|
Configuration for the aggregations menu. | |
|
Object defining the IMixedValuesColumnWidthItemBody object body. | |
|
Object defining the IMixedValuesColumnWidthItemBody object body. | |
|
Props for the PivotTableNext component. | |
|
Object defining the ISliceMeasureColumnWidthItem 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 ITotalColumnLocator object body. | |
|
Locates all columns for a columns for particular total. | |
|
Object defining the IWeakMeasureColumnWidthItem object body. | |
|
Object defining the IWeakMeasureColumnWidthItem object body. | |
|
AG Grid Enterprise license configuration. | |
|
Configuration for execution cancelling. | |
|
Configuration for pivot table experimental features. | |
|
Configuration for formatting. | |
|
Layout-related configuration for the PivotTableNext component. |
Type Aliases
|
Type Alias |
Description |
|---|---|
|
Whether to display measures in columns or rows (transposed). This affects how execution and result of the table is constructed: - "columns" - measures are included in the first dimension (top to bottom). - "rows" - measures are included in the second dimension (left to right). | |
|
Configuration for the pivot table next. | |