☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

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