TabSheetMeasures.eachVisibleRowIndex

Syntax

eachVisibleRowIndex(action: function, context: Object, args: Array);

Parameters

action.  Function invoked on iterating through indexes of each visible table row.

context. Context from which the method is called. This is an optional parameter, by default it equals to the current context of this.

args. Array of table rows indexes. Optional parameter, by default this array is empty.

Description

The eachVisibleRowIndex method executes the specified function when iterating through indexes of each visible table row.

Example

The example of use is given on the page with description of the TabSheetMeasures.iterateColumnWidth method.

Seebsp;also:

TabSheetMeasures