Re: Flextable with a locked in position header row despite scrolling

2010-12-23 Thread Sunit Katkar
Thank you so much. I think using standard Flextable the way it is used in the Email application is suitable for me. I dont want to use any components from incubator which might be deprecated or removed in the future. - Sunit Katkar http://sunitkatkar.blogspot.com/ On Wed, Dec 22, 2010 at 2:16

Flextable with a locked in position header row despite scrolling

2010-12-22 Thread Sunit Katkar
I have a flextable. Its inside a scrollpanel because the number of rows is more than what can be shown at a time. So user has to scroll up and down to view all contents. Now is there a way where I can keep the header row locked in its original position while rest of the rows are scrolled up and

Re: Flextable with a locked in position header row despite scrolling

2010-12-22 Thread ciosbel
The simplest thing (keeping you original idea) is to use a flextable for the header and a flextable (with no header) for the content. See for example http://gwt.google.com/samples/Mail/Mail.html Code