New attribute "showPagingAlways" for tc:sheet
---------------------------------------------
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
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.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira