refresh();
The refresh method refreshes the Table tab of the express report ribbon.
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 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 ribbon is refreshed.
See also: