Cells and widgets are 2 different ways to render info on the screen. While the former uses innerHtml, the later uses DOM level manipulations for rendering the data.
There is a proposal to come up with cell backed widgets, I'm not sure about the implementation roadmap. refer: http://code.google.com/p/google-web-toolkit/wiki/CellBackedWIdgets for details. I'm not sure why you are trying to embed widget in cell table. But if you really have to do it, try image charts ( http://code.google.com/apis/chart/image/ ). You can create custom cells for each of the chart type you use and you can embed this into the celltable. But you will lose the interactivity though :( Hope this helps, -sowdri- -- 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/-/4vFFCJpHv74J. 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.
