PivotTableNext()
Home > @gooddata/sdk-ui-pivot > PivotTableNext
PivotTableNext() function
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
Signature:
export declare function PivotTableNext(props: IPivotTableNextProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
This component uses AG Grid Enterprise. While an AG Grid license is optional, tables will display a watermark without one. For production use, you can provide your license via the agGridToken prop or using AgGridTokenProvider.
The legacy PivotTable component will be replaced by PivotTableNext in the next major version. We will also remove all '*next' suffixes from the component names and move this component to the main package exports.