On Sunday 29 March 2009 20:16:30 Abhishek Srivastava (अभिषेक श्रीवास्तव) wrote: > Hi > > I am trying to insert columns to FixedWidthGrid but resizeColumns(int) > inserts to the right > How can I add columns to the extreme left instead of right?
Hope you're asking a gwt question and not a gwt-ext question. Keeping that in mind: 1) What about using a FlexTable component with it's insertCell method. 2) And what about using the javadocs a little bit ?! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
