How to set colspan and rowspan in JSF panelGrid?

前端 未结 6 1129
粉色の甜心
粉色の甜心 2020-12-08 12:54

How can I set colspan and rowspan in JSF ?

6条回答
  •  -上瘾入骨i
    2020-12-08 13:36

    There is no way to define column span in panel grid but if used wisely you can make it happen by just plain tag only. One example I would like to show you.

    
    
        
        
        
        
    
    
        
        
        
         
    
    
    
    

    Please note that button5 spans two columns given the size it requires.

提交回复
热议问题