Look at the example in the CellTable Javadoc ( http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/cellview/client/CellTable.html), specifically "Pushing data asynchronously with Async Data Provider". Like the example says, instead of a Timer, make an RPC call.
On Thursday, September 6, 2012 12:34:17 PM UTC-4, swingm wrote: > > Hi, > > I want to populate the celltable with the data that comes from database > through RPC call. Can someone give me an example application which > demonstrates this. im bit confuse > -- 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/-/E9wWxeyNVsQJ. 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.
