Hey everyone, I'm writing the code of a simple web app using gwt, I have a Celltable all its columns are String type, one of the columns is a url column , I want to make this column clickable, which means once you click on a cell of this column, you are redicted to the url shown, is that possible? i tried to add an anchor column to the table, but I got error messages while defining this column when I call the getValue method, the type of return should be a string!! Is there a way to do such a thing?
Thank you :) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
