We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.
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