cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the layout of the tables

former_member187658
Participant
0 Kudos

Hi

how can i change the layout of the tables from horizontal to vertical? By default it is horizontal.

I want some data to be shown in the table with 2 columns and 5 rows. 1 column is for headings/labels and 2nd column for the data.

Anybody can please help out on this?

Thanks & regards,

Anupreet

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Anupreet

There is no direct functionality available to do this.

You have to dynamically create a node and adding columns to the node at runtime and populate the node created with the node which has the data

Regards

NagaKishore V

Former Member
0 Kudos

Hi Anupreet,

I think it would not possible directly.

There is no such functionality available for Table UI element in webdynpro.

Regards,

Bhavik

Former Member
0 Kudos

hi Anupreet,

As far as i know the table with vertical layout is not possible. Instead you can use textview in the first column and change it's design property to header1(So that it looks like table header)and make the visibility of the default header of each column to blank. But you have to populate this table programattically i.e. you cant bind the datasorce with any node.

Regards,

Jaydeep