JARCH SHOWCASE
JARCH SHOWCASE
TreeTable - Sort Sibling nodes can be sorted within a parent.
Document Viewer
NameSizeType
<a:form>
    <a:treeTable value="#{ttBasicView.root}" var="document">
        <f:facet name="header">
            Document Viewer
        </f:facet>
        <a:column headerText="Name" sortBy="#{document.name}">
            <h:outputText value="#{document.name}" />
        </a:column>
        <a:column headerText="Size" sortBy="#{document.size}">
            <h:outputText value="#{document.size}" />
        </a:column>
        <a:column headerText="Type"  sortBy="#{document.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.