TabSheetModel.eachExpander

Syntax

eachExpander(action: function, context);

Parameters

action. Function to be executed for each group of table cells.

context. Context from which the method is invoked.

Description

The eachExpander method executes specified function for each group of table cells.

Example

The example of method use is given on the TabSheetExpander Constructor page.

Seebsp;also:

TabSheetModel