Skip to Content
0
Dec 11, 2003 at 11:32 AM

Repeat columns horizontally in tableview

46 Views

Hi,

I've implemented a tableview (in order to use the iterator), but would like to know if there's any possibility of repeating my 3 table fields horizontally? Instead of a very "long" table on my page, I'd like to make it look like the following:

A B C A B C A B C

A B C A B C A B C

A B C A B C A B C

etc... where A, B and C are my 3 table fields.

Easy enough with the good old ABAP/html method, but... can a tableview handle this?

Trond