]
Tsikhon Kuprevich closed RF-1486.
---------------------------------
Closed as duplicate
ScrollableDataTable: ScrollableDataTableRendererState getRows()
invocation degrades performance
------------------------------------------------------------------------------------------------
Key: RF-1486
URL:
http://jira.jboss.com/jira/browse/RF-1486
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Nick Belaevski
Assigned To: Tsikhon Kuprevich
Priority: Critical
Fix For: 3.2.0
/**
* @return Returns the rowIndex.
*/
public int getRowIndex() {
if(_grid.getRows() != 0 && _rowIndex >= _grid.getRows()){
_rowIndex = 0;
}
return _rowIndex;
}
method in org.richfaces.renderkit.html.ScrollableDataTableRendererState degrades
performance high constantly invoking data table's rows attribute
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: