PrimeFaces数据表收缩

时间:2017-03-25 21:13:39

标签: css primefaces datatable

我需要帮助,如何使PrimeFaces数据表在Firefox上显示一致。

在Firefox上,数据表缩小显示如下。 enter image description here

在Chrome上显示效果很好,见下文。 enter image description here

请如何让firefox显示好。

1 个答案:

答案 0 :(得分:0)

我不认为它是PrimeFaces的问题。也许你可以尝试用css解决它。

<p:dataTable styleClass="myDataTable">

.myDataTable{
        table-layout: fixed;
}