TableViewPanel.getAutoFitState

Syntax

getAutoFitState();

Description

The getAutoFitState method returns the state of the Autofit Cells control.

Comments

The method returns a JSON object with the following fields: mode - cell autofit mode, maxRowsInCell - maximum number of rows in a cell, minVisibleDataColumns - minimum number of visible columns.

Example

The example of method use is given on the page with description of the TableViewPanel.Source property.

See also:

TableViewPanel