[
https://issues.apache.org/jira/browse/TOBAGO-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-875.
------------------------------------
Fix Version/s: 1.5.0-alpha-2
1.5.0
Resolution: Fixed
> New attribute "showPagingAlways" for tc:sheet and new defaults for the
> "show*" attributes
> -----------------------------------------------------------------------------------------
>
> Key: TOBAGO-875
> URL: https://issues.apache.org/jira/browse/TOBAGO-875
> Project: MyFaces Tobago
> Issue Type: New Feature
> Components: Core
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Fix For: 1.5.0-alpha-2, 1.5.0
>
>
> The new attribute has boolean values
> showPagingAlways="false" which is the default means, that the paging footer
> should be displayed, only when it is needed.
> When the rows="0" paging is not needed, so the footer will not be
> rendered,
> when rows="N", N > 0 and the size of the data value is <= N paging is not
> needed and the footer will not be rendered,
> in any other case the paging footer will be displayed.
> showPagingAlways="true" means, that the paging footer should be displayed
> in any case.
> As a consequence for that, the default values for the existing showPaging*
> attribute (* = DirectLinks | PageRange | RowRange) should be changed:
> showRowRange = left
> showDirectLinks = center
> showPageRange = right
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.