0

在数据表中,我想动态更新每一行。

我在p:poll这里使用自动更新(用于保持数据表更新)。我的主要目标是在数据(记录)发生变化时动态更新它

我试过这个。

<p:column headerText="Vehicle Info" width="65" id="vehicleInfo">
           <h:outputText id="txt_count"
                         value="count #{vehicleController.count}"/>
</p:column>

我怎样才能实现它?

4

1 回答 1

1

您是否尝试过示例中的选择器:http: //www.primefaces.org/showcase/ui/selectors.jsf

于 2013-03-27T08:33:01.047 回答