aarnott
unread,Mar 8, 2011, 3:27:36 PM3/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Is there a way with the CellTree to change the default "no data"
message when a tree node is empty?
Maybe I'm taking the wrong approach, but I am using an RPC to load the
children of a particular node once it is opened and when the loading
is happening, the node shows the "no data" message. I'd prefer to
change the message to something like "Loading..." :-). Otherwise, I
can always add a child cell that has the loading message and then
remove it when the real children are loaded, but that seems clunky.
--Andrew