Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-17 Thread Fabien Dumay
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

Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread feuse8
Hi Alain, thanks for your recommendation. The main disadvantage in using ext JS / ext GWT for me are the license costs. If somebody has a recommendation for another library I would be really happy ;-) I am also thinking about writing a wrapper for a JS table implementation... -- You receive

Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread Alain Ekambi
Smart GWT widgets have the reputation to not play well with GWT ones. But I cant tell how bad that is. I never used it. We use a GWT binding for Ext JS and we manage to make them play well with GWT. Ext JS comes with a really powerful grid component. You can a demo here : http://eemi2010.github.

More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread feuse8
Hi, I'm currently building an enterprise application that should provide Excel Like Tables. I would like to customize cells and have some other features GWT provided Tables/Grids/CellTables/DataGrids don't provide: - fixed headers and columns - sortable headers - filtering in headers