TableCatView.refresh

Syntax

refresh();

Description

The refresh method refreshes the Table tab of the express report tool ribbon.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then refresh the Table tool ribbon tab:

// Get view of the Table tab
var tableCategory = expressBox.getRibbonView().getTableCategory();
tableCategory.refresh();

After executing the example the Table tab of the express report tool ribbon is refreshed.

See also:

TableCatView