[richfaces-issues] [JBoss JIRA] Commented: (RF-1672) Scrollable Data Table: bad performance reported

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 18 13:49:49 EST 2007


    [ http://jira.jboss.com/jira/browse/RF-1672?page=comments#action_12392660 ] 
            
Nick Belaevski commented on RF-1672:
------------------------------------

The only code seen that seems to be inoptimal is:
	public int getRowIndex() {
		if(_grid.getRows() != 0 && _rowIndex >= _grid.getRows()){
			_rowIndex = 0;
		}	
		return _rowIndex;
	}

Recommended to obtain rows number in ScrollableDataTableRendererState constructor.

> Scrollable Data Table: bad performance reported
> -----------------------------------------------
>
>                 Key: RF-1672
>                 URL: http://jira.jboss.com/jira/browse/RF-1672
>             Project: RichFaces
>          Issue Type: Task
>    Affects Versions: 3.1.3
>            Reporter: Nick Belaevski
>         Assigned To: Nick Belaevski
>             Fix For: 3.1.3
>
>
> Investigate ScollableDataTable performance

-- 
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

        



More information about the richfaces-issues mailing list