5 Replies Latest reply on Mar 12, 2009 8:33 AM by nbelaevski

    Rich:datable

    aboocs01

      hi,

      im want matrix type display in my application...

      i want to generate the values in rich:datable header dynamically???(not hard coding the header value)....

      is it possible... if not how it is possible by other component???????

        • 1. Re: Rich:datable
          ilya_shaikovsky

          how about columns component?

          • 2. Re: Rich:datable
            aboocs01

            yes ilya... i need to generate coloumn also dynamically.....

            • 3. Re: Rich:datable
              ilya_shaikovsky

              So I mean if this component isn't suitable for you?

              • 4. Re: Rich:datable
                aboocs01

                my requirement:
                i need to do matrix display example header
                row values are cleaning task of hotel(dynamically from database) and first column values are room numbers(dynamically from database).. then match the room number with cleaning task and put tick mark and cross mark according to cleaning task applicable to that particular room number....

                my doubt:

                here i want to do dynamic value generation for row header and first column of table... then remaining values in table will be based according to condition match with the dynamic values(row and coloumn)...

                how can i acheive this???

                i am very new to richfaces......... so please help me out......

                • 5. Re: Rich:datable
                  nbelaevski

                   

                  "aboocs01" wrote:
                  my requirement:
                  i need to do matrix display example header
                  row values are cleaning task of hotel(dynamically from database) and first column values are room numbers(dynamically from database).. then match the room number with cleaning task and put tick mark and cross mark according to cleaning task applicable to that particular room number....

                  my doubt:

                  here i want to do dynamic value generation for row header and first column of table... then remaining values in table will be based according to condition match with the dynamic values(row and coloumn)...

                  how can i acheive this???

                  i am very new to richfaces......... so please help me out......



                  rich:columns are ok for this. Please take a look at livedemo example.