1 Reply Latest reply on Nov 17, 2009 7:53 AM by ilya_shaikovsky

    Show Column value only once if column value repeats across r

      Hi,
      I have a richfaces datatable with 3 columns. Is there a way to group the column names across rows and show only once if the column values are same across all rows.

      Example: I am showing persons name in column 1, age in column 2 and list of addresses in column 3. Since there can be more than one address for each person, I want to show name and age column values only once like below:


      Name Age Address
      Row1 Name1 30 1111 y street, CA
      Row2 2222 T street, NJ
      Row3 D street, CA

      Row4 Name2 30 5555 y street, CA
      Row5 6666 T street, NJ
      Row6 7777 D street, CA