In Primefaces datatable I want to rendered some row and some row should skip, on the basis of some column value. e.g
<p:dataTable var="contactVO" value="#{manageBean.contactDetailList}" ... rendered ="#{contactVO.hiddenContact}>
.
.
.
</p:dataTable>
when "#{contactVO.hiddenContact} return true that row should not be displayed.