I have a primefaces datatable and I want to scroll it I disable scrollable=true and add css for scroll table but something get wrong : the header of datatable doesn't fix and scroll with body
I add this css only : .ui-datatable-tablewrapper{ overflow: auto height:500px; }
thanks if anyone can help me in this case