Thursday, July 17, 2014

Re: More powerful GWT Grid / Using SmartGWT Widgets

Hi Andreas,
 
You should have a look on our framework PWT (Putnami Web Toolkit). 
All your needs are nearly covered :
  • Fixed headers and columns : Ok you can fix the headers and columns via CSS, and you can make body scrollable
  • sortable headers : The data are sortable on client side 
  • filtering in headers : The TableFilter can be extended to be more advanced.
  • changing column size with drag & drop : No provided right now.
  • custom rendering of Rows (f.e. some rows should be editable, others shouldn't) : Ok
Have a look on the contact table sample : http://pwt.putnami.org/#!ContactsTable

You going to find a large bunch of widget designed on Bootstrap, and a solid framework to build your webapp.

PWT is Open Source (LGPL v3.0) and totally free. 

Regards,

Fabien

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment