CellList row data - possible bug?
Hi!
Either I do not get the idea or there is a little bug in CellList.
Calling:
setRowData(0, list_with_5_elements);
Will show cell list with 5 elements.
Then calling on the same CellList:
setRowData(0, list_with_2_elements);
Will show cell list containing 5(!) elements. First two items will be
new one, other 3 items will be from old list. And I do not see any
method to clear existing list. Setting an empty list as rowData of
course does not do anything.
Anyone knows is it designed behaviour or bug?
Best regards,
Rafal
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home