I need to freeze the first column and the first row of data in CellTable so that users can scroll through the data, but still see the labels on the βaxesβ. The first column should scroll when the user scrolls up and down, and the title bar should scroll when the user scrolls left and right. Think "Stop Lists" in Excel.
I am using GWT 2.1 and am ready to write my own widget to do this if solutions no longer exist. My question consists of two partners:
- Do any widgets already have this behavior?
- Any suggestions if I am going to implement this myself?
Thanks!
gwt widget
Iley lark
source share