Well I am actually trying to add columns to the dataTable of the pagingScrolTable which is a fixed width grid and does not allow adding cells any where in a row except the resizeColumns as what I see in the javadocs
On Mon, Mar 30, 2009 at 1:19 AM, Nicanor Babula <[email protected]>wrote: > > 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 ?! > > > > -- -A --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
