I'm using primefaces with frozenColumns
, like this:
<p:dataTable id="dataTable" var=.... scrollable="true" scrollWidth="800" frozenColumns="1">
But when it breaks the line, the frozen column does not follow, as in this image:
How can I resolve this?