[
http://jira.jboss.com/jira/browse/RF-1486?page=all ]
Tsikhon Kuprevich reassigned RF-1486:
-------------------------------------
Assignee: Tsikhon Kuprevich (was: Konstantin Mishin)
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:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira