Skip to Content
0
May 12, 2010 at 03:49 PM

Display table in horizontal

31 Views

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.