Re: Integration between Datatables and GWT

2017-10-05 Thread Harald Pehl
We're using data tables in HAL.next [1], [2]. It's based on the latest APIs 
(GWT HEAD-SNAPSHOT, JsInterop, Elemental2). It's not usable on its own, but 
shouldn't be too hard to extract it (there are only a few dependencies to 
other modules). 

Feel free to take it, adjust it and use it in your project. If you have any 
questions, let me know.

Cheers
Harald

[1] https://github.com/hal/hal.next
[2] 
https://github.com/hal/hal.next/tree/develop/ballroom/src/main/java/org/jboss/hal/ballroom/table


Am Mittwoch, 4. Oktober 2017 19:48:20 UTC+2 schrieb 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.