Conditionally display row using JSF Datatable

后端 未结 6 1268
無奈伤痛
無奈伤痛 2021-02-19 07:16

I have some JSF code that currently works (as shown below), and I need to modify it to conditionally suppress the display of certain rows of the table. I know how to conditional

6条回答
  •  甜味超标
    2021-02-19 07:58

    extension to Brian's solution. To display the column names I did the following in primefaces

    
        
            
                
                
            
            
                
                
            
        
        
            
        
        
            
                 
    
    

提交回复
热议问题