[ http://issues.apache.org/jira/browse/BEEHIVE-401?page=history ]

Eddie O'Neil reassigned BEEHIVE-401:
------------------------------------

    Assign To: Jeremiah Johnson  (was: Eddie O'Neil)

Oh, and thanks for the great / concise repro.  It now makes up the j401 
verification test.

> 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: Jeremiah Johnson
>     Priority: Minor
>      Fix For: V1Beta
>  Attachments: BEEHIVE-401.tar, 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