ScrollableDataTable: updating problem
-------------------------------------
Key: RF-1453
URL:
http://jira.jboss.com/jira/browse/RF-1453
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Tomcat 5.5
FireFox 2, IE6
Reporter: Andrey Izobov
Attachments: gray_region.jpg
There is problem with updating component from client side in the following way:
grid.updateRowCount(newRowCount);
grid.reloadData();
where newRowCount - new record count on server side.
If newRowCount < oldRowCount then there is gray region(because of large number row
separators) on ScrollableDataTable after update(screenshot attached).
If newRowCount > oldRowCount then only oldRowCount records will be updated.
--
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