Re: How to add checkbox as header in table

2008-12-06 Thread Arthur Kalmenson
Although there are quite a few people who use ext stuff here, you're probably better off asking on that project's mailing list. This mailing list is specific to GWT. Keep in mind that gwt-ext and ExtGWT have almost nothing to do with GWT except in name. -- Arthur Kalmenson On Thu, Dec 4, 2008

How to add checkbox as header in table

2008-12-04 Thread Cris
Hi, I am using GWT-ext to create grid. I need to create an table with multiple columns. One of the column should have checkbox as header. For ex: Defined 'FieldDefs' and 'ColumnDefs' as below FieldDef[] fieldDefs = new FieldDef[]{ new StringFieldDef("company"), new FloatFieldDef("pri