DataScroller - Basic

DataScroller displays data with on demand loading using scroll.

Documentation
Scroll Down to Load More Cars
  • Id: 04acfd29
    Year: 1985
    Color: Red
  • Id: 41bc1a17
    Year: 2007
    Color: Blue
  • Id: 312131d8
    Year: 1997
    Color: Blue
  • Id: 374c242b
    Year: 2005
    Color: Orange
  • Id: 525ad4c6
    Year: 1983
    Color: White
  • Id: 1221cd7b
    Year: 2003
    Color: Blue
  • Id: 7bd0821b
    Year: 2006
    Color: Blue
  • Id: fa70450a
    Year: 1967
    Color: Red
  • Id: 9ea90ee0
    Year: 2006
    Color: Orange
  • Id: af376879
    Year: 1967
    Color: Red
<style type="text/css">
    .logo {
        width: 5%
    }
    
    .detail {
        width: 95%;
        padding-left: 25px;
    }
    
    .detail td {
        font-size: 24px;
    }
    
    .ui-datascroller .ui-datascroller-item {
        border-bottom: 1px solid #A8A8A8;
        padding: 25px 10px;
        /* with the exported variables from Nova and Luna Themes*/
        border-bottom-color: var(--input-border-color, #A8A8A8);
    }
</style>


<h:form> 
    <p:dataScroller value="#{dataScrollerView.cars}" var="car" chunkSize="10">
        <f:facet name="header">
            Scroll Down to Load More Cars
        </f:facet>

        <h:panelGrid columns="2" style="width:100%" columnClasses="logo,detail">
            <p:graphicImage name="demo/images/car/#{car.brand}-big.gif" /> 

            <p:outputPanel>
                <h:panelGrid columns="2" cellpadding="5">
                    <h:outputText value="Id:" />
                    <h:outputText value="#{car.id}" style="font-weight: bold"/>

                    <h:outputText value="Year:" />
                    <h:outputText value="#{car.year}" style="font-weight: bold"/>

                    <h:outputText value="Color:" />
                    <h:outputText value="#{car.color}" style="font-weight: bold"/>
                </h:panelGrid>
            </p:outputPanel>
        </h:panelGrid>
    </p:dataScroller>
</h:form>

FREE THEMES

Built-in component themes created by the PrimeFaces Theme Designer.

nova-light Nova-Light
nova-dark Nova-Dark
nova-colored Nova-Colored
luna-blue Luna-Blue
luna-amber Luna-Amber
luna-green Luna-Green
luna-pink Luna-Pink
omega Omega

PREMIUM TEMPLATES

Create awesome applications in no time using the premium templates and impress your users.