JARCH SHOWCASE
JARCH SHOWCASE
TreeTable - Paginator TreeTable provides a highly customizable ajax paginator.
Document Viewer
NameSizeType
<a:form id="form">
    <a:treeTable value="#{ttPaginatorView.root}" var="document" paginator="true" rows="10">
        <f:facet name="header">
            Document Viewer
        </f:facet>
        <a:column headerText="Name">
            <h:outputText value="#{document.name}" />
        </a:column>
        <a:column headerText="Size">
            <h:outputText value="#{document.size} KB" />
        </a:column>
        <a:column headerText="Type">
            <h:outputText value="#{document.type}" />
        </a:column>
    </a:treeTable>
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.