Re: How to hide a column in CellTable

2012-02-09 Thread divStar
Adding and removing the column is - IMO - a bad idea. As far as I understood there'll be an easier way to add styles to columns in GWT2.5. However at the moment I've implemented a workaround that works for me - with some limitations: http://code.google.com/p/google-web-toolkit/issues/detail?id=654

Re: How to hide a column in CellTable

2012-02-08 Thread Ümit Seren
Well the stackoverflow thread has actually the solution. You can just remove the column and add it when you need it. -- 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/ms

Re: How to hide a column in CellTable

2012-02-08 Thread Vibhas Zanpure
Thanks Karthik for the reply :)... However, in my case, I cant use fixed table layout and therefore can't use setColumnWidth to 0px... So is there any other way ? On Feb 8, 2:30 pm, karthik vadapalli wrote: > http://stackoverflow.com/questions/7116758/how-to-hide-column-in-cell... > watch this i

Re: How to hide a column in CellTable

2012-02-08 Thread karthik vadapalli
http://stackoverflow.com/questions/7116758/how-to-hide-column-in-cell-table-gwt watch this it might be useful for you On Wed, Feb 8, 2012 at 2:53 PM, Vibhas Zanpure wrote: > Hello, > > > I tried using setColumnWidth to 0px and also tried clearColumnWidth... > But its not working... Any sugges