In data table i want to update each row dynamically.
I am using p:poll here for auto updating (For keeping dataTable uptodate).
My main aim is to update the data (records) dynamically as it changes
I have tried this.
<p:column headerText="Vehicle Info" width="65" id="vehicleInfo">
<h:outputText id="txt_count"
value="count #{vehicleController.count}"/>
</p:column>
How can i achieve it?