You should call updateRowCount if the "row count" changes (such as when applying a filter)
On Sunday, August 26, 2012 3:42:26 PM UTC+2, Magnus wrote: > > Hi, > > I found out the following: > > When the second call to onRangeChanged occurrs, there are fewer records in > the list than visible rows in the CellTable! > The first rows are updated correctly, but the remaining visible rows are > not cleared! > > So there is probably no synchronization problem, but a display problem: > When after calling tbl.setVisibleRangeAndClearData there are fewer rows > than visible rows, the remaining visible rows are not cleared. > > When the data comes in it is pushed into the table by a call to > provider.updateRowData. > At this moment: How can I ensure that the remaining rows are cleared and > why does not CellTable clear them? > > Thanks > Magnus > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/wSx5KiOrrS4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
