Development tools : XUI editor : Editing an XUI page : Editing the properties of a table : Merging cells in table body
  
Merging cells in table body
You can merge multiple cells into one of a table. Pay more attention about the row and column number.
Prerequisite
You need to prepare the data in the operation or the mapping formatter of flow. Normally you should set the title and content to two proper fields of the last row/record of this table/indexedCollection.
Procedure
1 Click the 'browse' button of cellMerge in Properties.
This graphic is described in the surrounding text.
2 Click + button to add a merging task and specify the values for parameters.
 
Parameter
Description
At Row (row)
The row number of merged cells. Enable All Row means all the rows will follow the same operation.
From Column (start)
The column number of the first merged cell.
To Column (end)
The column number of the last merged cell.
Use Data of Column (major)
The column number whose text is displayed as the content.
This graphic is described in the surrounding text.
Note The valid column number usually starts with 0. When there are merged cells in level 1 header, you must add the column number with the total of column spans in level 1. For example, in the following table, the total of column spans is 5. To point the first column, you should set 0+5=5. When merging cells of frozen columns, you must add the column number with the total of frozen column spans. If columnA is frozen, the frozen column spans is 2. To point the first column, you should set 0+2=2.
This graphic is described in the surrounding text.
Go up to
Editing the properties of a table