Pricing changes are coming in January. Contact our Sales team to secure the current price for your desired license.
All documentation
  • API Reference for older versions
  • getTableSizes

    getTableSizes(): TableSizesObject

    [starting from version 2.8.19]

    Returns table sizes that are set for the component via UI or the setTableSizes() method.

    Returns

    TableSizesObject that contains information about table sizes.

    Note The getTableSizes() method returns table sizes only if they are user-defined. If the component has default table sizes, getTableSizes() returns an empty object.

    Example

    pivot.getTableSizes();

    Open the example on JSFiddle.

    See also

    setTableSizes
    getReport
    setReport