Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • 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

    flexmonster.getTableSizes();

    Open the example on JSFiddle.

    See also

    setTableSizes
    getReport
    setReport