10 Replies Latest reply on Feb 19, 2009 10:18 AM by nbelaevski

    ExtendedDataTable question

    sashka_nem

      To show what I'm trying to do see following image:
      [img]http://www.azry.com/examp.gif[/img]
      I want to show different column content to appear in places 1 and 2. Is there any way to somehow manage such thing in ExtendedDataTable?

      something like:

      <rich:column width="130">
      if(1){
       #{agent.shortName} and something more
      }
      if(2){
       #{agent.shortName}
      }
      </rich:column>
      


      Thanks in advance!