Problem with using frozen columns in Primefaces

0

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?

    
asked by anonymous 15.05.2015 / 21:24

0 answers