es_html(datatable)
<h:form id="logForm"> <p:dataTable id="tableChangelog" scrollRows="5" widgetVar=cChangelogTablo" resizableColumns="true" lazy="true" liveResize="true" liveScroll="true" scrollWidth="100%" value="#{changeLogBean.lazyDataModel}" emptyMessage="Log Bulunamadı" var="log"> <p:column> <table class="table-minh"> <tr> <td width="20%"> <h:outputText value="#{log.fieldName}"/> </td> <td width="40%"> <h:outputText value="#{log.newValue}"/> </td> <td width="40%"> <h:outputText value="#{log.timestamp}"/> </td> </tr> </table> </p:column> </p:dataTable> </h:form>