If I set the attribute "scrollable=true" in a PrimeFaces datatable it is scrollable vertically. But is it possible to scroll this table horizontally?
Primefaces supports horizontal scrolling on datatable. Just specify it like that:
<p:dataTable scrollable="true" scrollWidth="700">
Try this (XY);
Panel;
<h:panelGroup id="tbl" style="width:100%;overflow:auto;">
data table;
<p:dataTable paginatorPosition="top" scrollable="true" scrollHeight="300" style="width:100%" resizableColumns="true" lazy="true" >
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With