cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Whether to use rowspan during cap development

JJ111
Explorer
0 Kudos
102

I'm currently developing with CAP and would like to know how to use rowspan in the table header.

Currently, I've implemented the table in an XML file, and the screen appears like the photo provided.

JJ111_0-1732076616707.png

 

 

I would like to change it to look like this using a functionality similar to rowspan . How can I achieve this?

JJ111_1-1732076721095.png

 

 

xml file

<t:Table id="_IDTable" selectionMode="None" rowMode="Auto"
<t:columns >
<t:Column width="50px" >
<Label text="aaaaa" width="100%" textAlign="Center" />
<t:template>
<core:Icon src="{selectMeaValRegMap>status}" decorative="false"/>
</t:template>
</t:Column>
</t:columns>
</t:Table>

 

Accepted Solutions (0)

Answers (0)