Refreshing Table Columns

These APIs let you refresh all columns in the structure browser.

Use the first one to refresh with sorting; use the second one to refresh without sorting:

emxEditableTable.refreshStructure
emxEditableTable.refreshStructureWithOutSort

When using the refreshStructure API, the structure browser is sorted based on the current values for sort parameters (sortColumnName and sortDirection URL parameters).

This API does not require any input arguments.

Example:

emxEditableTable.refreshStructure()