0 Replies Latest reply on Oct 31, 2006 8:45 AM by sherkan777

    2 dimensional dataTable, Help Me!

    sherkan777

      Can anyone show me and example code, how to create 2 dimensional table in JSF using: <h:dataTable or <t:dataList

      I have list 1,2,3,4,5,6,7 and I want to render it like this:

      1, 2, 3
      4, 5, 6
      7,

      Regards!