0 Replies Latest reply on Sep 1, 2007 7:16 AM by dxxvi

    Howto get the # of the row in rich:dataTable?

      I think this question was asked before, but I cannot find it in the forum.

      I'd like to use rich:dataTable (or any suitable data iteration) to show something like:

      row # | Name | Age
      -------|--------|-----
      1 | A | 22
      -------|--------|-----
      2 | B | 3
      -------|--------|-----
      3 | Z | 53
      


      How could I do that?