arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
Sheet
Sheet provides ajax events for cellSelect, change, sort, filter, columnSelect, rowSelect. Click on a header once to select it, then you may move columns around when the hand icon appears.
Assets
Source

<pe:sheet id="sheet" widgetVar="sheetWidget" value="#{sheetAjaxController.assets}"
              var="row" height="400" rowKey="#{row.assetId}" showRowHeaders="true"
              sortBy="#{row.assetId}" sortOrder="ascending" width="1000"
              stretchH="all" movableCols="true" movableRows="true"
              filteredValue="#{sheetAjaxController.filteredAssets}">

        <p:ajax event="change" listener="#{sheetAjaxController.cellChangeEvent}"/>
        <p:ajax event="columnSelect" listener="#{sheetAjaxController.columnSelectEvent}"/>
        <p:ajax event="rowSelect" listener="#{sheetAjaxController.rowSelectEvent}"/>

        <f:facet name="header">
            <h:outputText value="Assets"/>
        </f:facet>

        <f:facet name="footer">
            <h:outputText value="#{sheetAjaxController.filteredAssets.size()} Records"/>
        </f:facet>

        <pe:sheetcolumn headerText="Id (readOnly)" readOnly="true" value="#{row.assetId}" colWidth="150"/>
        <pe:sheetcolumn headerText="Type (readOnly)" value="#{row.assetType}" readOnly="true" colWidth="100"/>
        <pe:sheetcolumn headerText="Platform (readOnly)" value="#{row.platform}" readOnly="true" colWidth="100"/>
        <pe:sheetcolumn headerText="Arch (readOnly)" value="#{row.platformArch}" readOnly="true" colWidth="100"/>
        <pe:sheetcolumn headerText="Editable" value="#{row.value1}" colWidth="100" styleClass="htRight" colType="numeric"/>
    </pe:sheet>
            
Components and more
Documentation
Attributes (move mouse over the names to see data types)
Name Description
No attributes available for this component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 15.0.13,PrimeFaces Extensions: 15.0.14-SNAPSHOT,JSF: Apache MyFaces JSF-2.3 Core Impl 2.3.10,Server: Apache Tomcat (TomEE)/9.0.82 (8.0.16),Build time: 2026-02-23 00:32