Implementing a dynamic ContextMenu for a Primefaces multi-select Datatable

前端 未结 1 502
感动是毒
感动是毒 2021-01-05 06:55

I have a paged PrimeFaces Datatable with a context menu, and i wish to implement multi-select, where the menu items in the context menu will depend on the number of items se

1条回答
  •  时光说笑
    2021-01-05 07:30

    Maybe too late but here is my solution...

    Context menu with javascript:

    
        
        
        
        
    
    
    
    
    

    The dataTable needs to handle some ajax events for context menu showing and updating:

    
        
        
        
        
        
        
    
    

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