3 Replies Latest reply on Jul 15, 2011 3:56 PM by dwarak_cit

    Display all records in one row using DataTable

    dwarak_cit

      Hi,

       

      I have a UI requirement that I need to display a list of my records in one single row (say 5 records at a time in one single row).

      I can use a line separator between records.

       

      I can use datatable and display my columns of a single record one after another by using "breakbefore".

      But I am not sure how to display my next record in the next column of the same row.

       

      Also, if this is possible, can we use sort by, filter by, group by and pagination functions on the screen.

       

      Any help is much appreciated.

       

      Thanks!!