cancel
Showing results for 
Search instead for 
Did you mean: 

Table wrapping to next row

Former Member
0 Kudos

Hi All

I have to show 18 fields in a row.

in a single row i am not able to fix all this fields. is it possible to wrapp a row

i.e

Row Header1 Row Header2 Row Header3 ............................................................Row Header16

value1 Value2 Value3 Value16

RowHeader17 RowHeader18

Value17 Value18.

Thanks

Karthi D

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthi,

Take ScrollContainer --> Take Table Under the Scroll Container.

Set Width as u wish to the ScrollContainer. Then it displays all the the Fields of the Table in a Single row.

With Regards,

Roop Kumar.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

for each column set the width property.

Regards,

ramesh.

Former Member
0 Kudos

Hi

An alternative will be Create your table with lets say 5 attributes and use Table popins to show rest of the values which are not much of importance.

Regards

Ayyapparaj

former_member197348
Active Contributor
0 Kudos

Hi Karthi,

I don't think it is possible. But you can use scroll container for this purpose.

Regards,

Siva