I have a Table control bound to a BeanItemContainer. In a background thread I’m updating the data in the BeanItemContainer, and using ICEPush to trigger an update of the table. It appears that when the Table is updating, it replaces all the table rows with new ones, which is causing a shimmer effect on the table scrollbar in Chrome, and on the topmost row in Chrome, Firefox and IE. I’m just wondering if there’s any known better way of pushing updates to a Table that could avoid this issue?
Thanks.
Andrew