2024 Nov 20 4:27 AM - edited 2024 Nov 21 3:11 AM
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.
I would like to change it to look like this using a functionality similar to rowspan . How can I achieve this?
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>
Request clarification before answering.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.