How can I get the nested components of a

in a facelet using EL

前端 未结 1 396
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-28 03:45

Let\'s say I have this:



        
1条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-28 03:58

    You can render any element inside the element.

    What you want to do is probably render the cell contents differently, depending on the column. You can try something like this :

      //classic rendering (for all cells)
      
    
      //conditional rendering (for 'report' cells only)
      
        
            
          
          
        
      
    

    0 讨论(0)
提交回复
热议问题