2 Replies Latest reply on Aug 24, 2007 9:55 PM by mgrouch

    Table enhancement

      It would be nice (for handling different table grouping scenarios) to have
      a tag similar to dataTable, but which renders just
      table rows and cells (with ability to specify colspan) without framing it with table/body/header tags.

      Another useful feature would be ability to control columns order
      (have id for each column and pass list of column ids into table tag,
      so that columns will be displayed in that order)

      Thanks,

        • 1. Re: Table enhancement

           

          "mgrouch" wrote:
          It would be nice (for handling different table grouping scenarios) to have
          a tag similar to dataTable, but which renders just
          table rows and cells (with ability to specify colspan) without framing it with table/body/header tags.


          seems to me you speak about already existing rich:subTable.


          • 2. Re: Table enhancement

            Thanks, I missed that feature in docs.
            It would be nice if demo had more complex examples.

            Something like this

            http://www.teamdev.com/quipukit/demo/treetable/TreeTable2.jsf

            with reorderable columns, sorting, grouping.
            That two list selection (as in QuipuKit). I'm sure it is possible to do things like that in RichFaces too.

            Thanks