Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control : Need Subheading in Column Heading

Former Member
0 Kudos

Hello All,

I have to implement the table control in a screen.

I will have to include subheadings for a column heading . Is it possible? How?

The scenario.

Coulumn headers are Name, Leave Details.

Sub headings in Leave Details From date, To date.

So total 3 columns in the table control.

__________________________

Name

Leave Details

_________________

From

To

_______

________

__________

Is it possible in the table control heading. Please help me?

Thanks & Regards,

Lijo John

2 REPLIES 2

Former Member
0 Kudos

Hi John,

I don't think you can do this through table control, You can achieve this through Step loops

Nag

Former Member
0 Kudos

Hi,

You can try to place the first level heading(Name Leave Details ) using text elements above the table control header.

Pleace the second level header(From To ) in table control header.