Also the ability to fix one or more columns from scrolling, for instance like you might see in a spreadsheet. Simplest is a single column "header", but the more complete general solution is to allow any number of fixed row/column header/footers to be specified, and of course row(/column)-spanning. One of the few truly flexible tables with these capabilities I've used is ActiveWidgets: http://www.activewidgets.com/grid.doc.layout/. But it's pure js, poorly documented, and non-trivial to convert to a java lib..
On May 24, 7:15 am, Craig Day <[email protected]> wrote: > That's correct. The entire table is a static block. The more useful > table control is one that has a fixed header (ideally with resizable > columns and sorting controls) and a scrollable data area. > > Cheers > Craig > > On May 24, 6:29 pm, Flemming Boller <[email protected]> wrote: > > -- 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.
