Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
1.1.3
-
None
-
Tomahawk and Sun JSF RI 1.1_2
Description
The datascroller always renders an empty table even if none of the pager facets are present. For example
<t:dataScroller for="searchResultsTable" paginator="false"
rowsCountVar="rowsCount"
firstRowIndexVar="firstRowIndex"
lastRowIndexVar="lastRowIndex"
styleClass="pager-part">
<h:outputText value="Some Text"></h:outputText>
</t:dataScroller>
This JSF produces the following HTML:
Some Text<table class="pager-part"><tr></tr></table>
The empty table is not required.