Column设置了width,遇到长字符串时,宽度限定不起作用,内容不换行。

解决方案:

.fixed-size {
    word-break: break-all;}

and

<p:dataTable ... styleClass="fixed-size">