Re: GWT 3rd party framework for Grid layout

2023-07-12 Thread vinod kumar
Sorry, i think i need get some more clarity in my query. Tables(grid) and graphs are already developed using GWT where as now the plan is to create a dashboard using those components as similar to following link https://codesandbox.io/s/draggable-resizable-dashboard-zf3hx. Here the challenge

Re: GWT compilation error with JDK 11

2023-07-12 Thread Ying Jin
Thanks for the information. The compilation problem has already been resolved. thanks, Jenny On Wednesday, July 12, 2023 at 8:32:20 AM UTC-5 RobW wrote: > I can't comment on the Eclipse plugin side of things, because we don't use > those. But I can confirm that basic GWT 2.9/2.10 compilation

Re: GWT 3rd party framework for Grid layout

2023-07-12 Thread Rafat J. Al-Barouki
You can check domino UI https://github.com/DominoKit/domino-ui Best regards, Rafat Al-Barouki Co-Founder Dominokit On Wed, Jul 12, 2023, 10:12 AM vinod kumar wrote: > Hi All, > > I am looking for a 3rd party framework which provides Grid layout option > where we can arrange the

Re: GWT compilation error with JDK 11

2023-07-12 Thread 'RobW' via GWT Users
I can't comment on the Eclipse plugin side of things, because we don't use those. But I can confirm that basic GWT 2.9/2.10 compilation works fine under Java 11 - that's our main Java platform now. I do recall some migration notes in the GWT 2.9 or 2.10 release notes we had to take care over,

Re: GWT 3rd party framework for Grid layout

2023-07-12 Thread 'eric73' via GWT Users
Hi. You can try SmartGwt : https://smartclient.com/product/smartgwt.jsp Or MaterialGwt : https://gwtmaterialdesign.github.io/gwt-material-demo/ Cheers, Eric Le mercredi 12 juillet 2023 à 09:12:35 UTC+2, vinod kumar a écrit : > Hi All, > > I am looking for a 3rd party framework which provides

GWT 3rd party framework for Grid layout

2023-07-12 Thread vinod kumar
Hi All, I am looking for a 3rd party framework which provides Grid layout option where we can arrange the components(table, graph etc...) in a column or row format (eg: https://codesandbox.io/s/draggable-resizable-dashboard-zf3hx). Please share such framework details. Thanks, Vinod -- You