Hy everyone, is it possible to display a table in horizontal in a view ?
AAAAA | BBBBBBB | CCCCCCC |
000001 | text1 | value1 |
000002 | text2 | value2 |
000003 | text3 | value3 |
000004 | text4 | value4 |
000005 | text5 | value5 |
Instead, I would display table without header: :
000001 | text1 | value1 | 000002 | text2 | value2 |000003 | text3 | value3 |000004 | text4 | value4 |000005 | text5 | value5 |...........
Thanks a lot.