getTableSizes(): TableSizesObject
[starting from version 2.8.19]
Returns table sizes that are set for the component via UI or the setTableSizes() method.
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.
flexmonster.getTableSizes();
Open the example on JSFiddle.