mergeSpan

When true (default), merge automatically expanded cells into a single cell. This is a useful way to simplify the table when expanded cells all contain the same text, or when borders between the cells are undesirable.

Type

Boolean

true: merge expanded cells
false: do not merge expanded cells

Example

mergeSpan = true;

Either syntax below can be used in component script:

mergeSpan             // unqualified
Crosstab1.mergeSpan   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.