[
https://jira.jboss.org/jira/browse/RF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmytro Lisnichenko reopened RF-1486:
------------------------------------
> ScrollableDataTable: ScrollableDataTableRendererState getRows() invocation
> degrades performance
> ------------------------------------------------------------------------------------------------
>
> Key: RF-1486
> URL: https://jira.jboss.org/jira/browse/RF-1486
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.1.3
> Reporter: Nick Belaevski
> Assignee: 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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues