The ability to do this was only recently added to the Visualization API. The DataTable now has a toJSON() method. I am going to be using it to do just what you are describing - generating datatables on the client side and persisting them on the server-side.
On Nov 27, 9:06 am, Matthew <[email protected]> wrote: > How should I go about persisting GWT Visualization API DataTable and > moving it between server and client? > > I'd like to be able to build one on the client side, send it over the > wire and persist it in something like CouchDB. This should also be > able to work in the other direction. Pull a representation of a > DataTable from the DB send it to the client then rebuild the > DataTable. > > Thanks for any advice/suggestions. > > Matt. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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-visualization-api?hl=en.
