[
https://issues.apache.org/jira/browse/BEEHIVE-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carlin Rogers resolved BEEHIVE-1122.
------------------------------------
Resolution: Fixed
Fix Version/s: V.Next
Assignee: Julie Zhuo (was: Eddie O'Neil)
This was fixed with SVN revision 415150. Setting the new showAll attribute to
"true" in the configurePager tag will display all the rows on a single page. To
ensure that the page does not display the pager links, make sure to set
disableDefaultPager="true", something like this...
<netui-data:configurePager showAll="true" disableDefaultPager="true"/>
> add ability to show all records in a data set to the data grid
> --------------------------------------------------------------
>
> Key: BEEHIVE-1122
> URL: https://issues.apache.org/jira/browse/BEEHIVE-1122
> Project: Beehive
> Issue Type: Improvement
> Components: NetUI
> Affects Versions: 1.0.1
> Reporter: Srinivas Surapaneni
> Assignee: Julie Zhuo
> Fix For: V.Next
>
>
> There should be a way in the dataGrid to show all the items in the list
> I tried
> <netui-data:configurePager pageSize="${dataGrid.dataSet.size}
> disableDefaultPager="true"/>
> The above works if the dataSet size > 0.
> It throws exceptions if the dataSet size == 0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.