[ 
http://issues.apache.org/jira/browse/BEEHIVE-401?page=comments#action_60363 ]
     
Eddie O'Neil commented on BEEHIVE-401:
--------------------------------------

Jeremiah--hey; any progress on getting a repro together for this?

Thanks!

> dataGrid without configurePager 'hiding' overflow rows
> ------------------------------------------------------
>
>          Key: BEEHIVE-401
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-401
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: Linux; Tomcat 2.0.28; Beehive SVN r156059
>     Reporter: Jeremiah Johnson
>     Assignee: Eddie O'Neil
>     Priority: Minor
>  Attachments: noPageAction.png
>
> If I define a Data Grid without specifying a pager, I expect to see all rows 
> in my grid regardless of how many.  The Data Grid actually cuts of the grid 
> at 10 rows, but doesn't provide any way for me to see the other rows.
>          <netui-data:dataGrid dataSource="pageFlow.users" name="users">
>             <netui-data:header>
>                <netui-data:headerCell headerText="Username"/>
>                <netui-data:headerCell headerText="First"/>
>                <netui-data:headerCell headerText="Last"/>
>                <netui-data:headerCell headerText="Root"/>
>                <netui-data:headerCell headerText="Locked"/>
>             </netui-data:header>
>             <netui-data:rows>
>                <netui-data:anchorCell action="edit"
>                   value="${container.item.username}">
>                   <netui:parameter name="id" value="${container.item.id}"/>
>                </netui-data:anchorCell>
>                <netui-data:spanCell value="${container.item.firstName}"/>
> I cut off the source there, but I think that you get the idea.  Here is the 
> relevant HTML that is generated:
>          Page 1 of 2&nbsp;&nbsp;&nbsp;<a>Next</a>
> <table class="datagrid"> 
> <tr class="datagrid-header">
>                <th class="datagrid">Username</th>
>                <th class="datagrid">First</th>
>                <th class="datagrid">Last</th>
> - jeremiah

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to