❄️✨Ho-ho-holiday offer for new projects! Check out our pricing page.
All documentation
  • TableSizesObject

    The TableSizesObject contains information about table sizes. It is used to set table sizes in the ReportObject or via the setTableSizes() method.

    It is also possible to resize cells via the user interface.

    To get current table sizes, use the getTableSizes() method.

    Properties

    tableSizes: {
      columns: ColumnSizesObject[],
      rows: RowSizesObject[]
    }
    Property/TypeDescription
    columns
    ColumnSizesObject[]
    optional Used to save and restore the width of columns in the report.
    rows
    RowSizesObject[]
    optional Used to save and restore the height of rows in the report.

    See also

    ColumnSizesObject
    RowSizesObject
    setTableSizes()
    getTableSizes()