I'm about to embark on coming up with a way to "lock" 1 or more of the
left-most columns. E.g., the locked columns will not scroll
horizontally as the other columns are scrolled.

I've googled around, and not found any other work towards this, so I'm
hoping it's not impossible.

Currently, I'm using the PagingScrollTable... My first thought is that
I would create a wrapper that would internally separate the TableModel
into two, and create two separate PagingScrollTable instances, smushed
side-by-side.

However, if I do this, one thing I really am unsure of is how to keep
the height of each row in sync?

I appreciate any  hints, tips, and/or tricks!

jay
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to