制作一个懒惰的p:dataTable响应

时间:2017-11-29 10:08:23

标签: primefaces responsive

我有一个primefaces dataTable:

<p:dataTable value="#{value}" rows="#{rows}" lazy="true"
        paginator="true" reflow="true" >

调整屏幕大小时,重排不起作用。这是由于lazy="true"属性吗?主要表面显示响应式数据表工作没有懒惰......

我正在使用Primefaces 6。

1 个答案:

答案 0 :(得分:0)

好的,我的赌注。我在设计模式下使用Safari 11。 Chrome 62和Firefox 54(均处于设计模式)显示了重排功能,因为我们应该调整屏幕大小。然而,Safari 11会破坏布局。大多数情况下,在Safari中调整屏幕大小时,它不起作用。有时它可以工作,但布局有些混乱。

Chrome工作示例(在Firefox中也是如此):

enter image description here

Safari错误的重排:

enter image description here

注意:请不要介意布局,数据表回流样式仍在开发中。