Integration between Datatables and GWT

2017-10-04 Thread Slava Pankov
Integration of data tables in jqm4gwt is made as plugin, so can be easily 
extracted and used in your project. It’s stable, I’m using it in huge 
production project. Though it’s not based on new js interop, but on jsni.

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


Re: Integration between Datatables and GWT

2017-10-04 Thread Rogelio Flores
I don't know of any integration with DataTables except that there's GQuery 
which I seem to remember its author mentioning that it supports plugins 
with probably some limitations (I use gquery in a production GWT app, but 
haven't tried running any jquery plugin with it). 

On the other hand, have you considered using GWT's DataGrid? It seems to me 
that everything that DataTables does you can do with a DataGrid.


On Wednesday, October 4, 2017 at 12:08:46 AM UTC-6, Asier wrote:
>
> Hi
>
> Do you know how is the state (if there's any) of the integration between 
> Datatables and GWT.
>
> I haven't find a project like 'gwt-datatables' - all I have found is a 
> post from 2014[1] and integrations in other projects like jqm4gwt, and the 
> table in gwt-material.
>
>
> [1] 
> https://datatables.net/forums/discussion/21563/how-can-i-use-datatable-in-gwt
> [2] https://github.com/jqm4gwt/jqm4gwt
>
> Regards
>

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


[gwt-contrib] Re: Last call for GWT 2.8.2 patches, and testers needed!

2017-10-04 Thread Drew Spencer
I'm happy to test

On Tuesday, 3 October 2017 11:28:48 UTC+1, Colin Alworth wrote:
>
> As you can see from https://github.com/gwtproject/gwt/milestone/18, GWT 
> 2.8.2 is almost ready to go! This release is important to get out for 
> several reasons: 
>
>  * Supports running the compile on Java 9 (note that it does not yet add 
> support for the Java 9 language or sdk)
>  * Fixes a bug users are experiencing in latest versions of Chrome with 
> getAbsoluteLeft/getAbsoluteTop (see 
> https://github.com/gwtproject/gwt/issues/9542 and related bugs).
>
> If you have more patches not yet ready for review, or not listed in the 
> issues above, please let us know so we can track them and get ready for the 
> release.
>
> If you are able to volunteer a small amount of time to help us perform 
> acceptance testing on 2.8.2, please contact me with the Operating System 
> and Browsers you have available to you, and I will put you on the list. 
> This work will start in a few days once we have a release candidate ready.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/781170a7-f426-496d-9a46-2e5b50db14e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Last call for GWT 2.8.2 patches, and testers needed!

2017-10-04 Thread Freddy Boucher
Is there any chance to get DateTimeFormat change formatted date for 1 day 
 included in 2.8.2?

The bug has been reported more than 2 years ago and it's a core issue. 
Which GWT app doesn't use *DateTimeFormat*?

Thanks so much

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/da32790a-a234-4c6e-b0e5-e85f76ff413c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Integration between Datatables and GWT

2017-10-04 Thread Asier
Hi

Do you know how is the state (if there's any) of the integration between 
Datatables and GWT.

I haven't find a project like 'gwt-datatables' - all I have found is a post 
from 2014[1] and integrations in other projects like jqm4gwt, and the table 
in gwt-material.


[1] 
https://datatables.net/forums/discussion/21563/how-can-i-use-datatable-in-gwt
[2] https://github.com/jqm4gwt/jqm4gwt

Regards

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