You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by russellJB <se...@optonline.net> on 2012/02/22 15:30:25 UTC

Datatables Code or Direction

Hello all!

New to Tapestry!

I was wondering if someone could direct me to (or share) code demonstrating
Datatables with JQuery? I am aware of
http://tapestry5-jquery.com/components/docsdatatables however I am still
having trouble implementing my own solution.

This component should be very similar to the grid component. Perhaps if
someone could explain what would need to be done to change from a grid
component to jquery datatable component (assuming JQuery was already
properly set up)

Thanks in advance!

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Datatables-Code-or-Direction-tp5505253p5505253.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Datatables Code or Direction

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 22 Feb 2012 12:30:25 -0200, russellJB <se...@optonline.net>  
wrote:

> Hello all!

Hi!

> New to Tapestry!

Welcome! :)

By the way, you should post to the users mailing list, not the dev one.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Datatables Code or Direction

Posted by François Facon <fr...@atos.net>.
Hello

files related to the datatables example are available at

https://github.com/got5/tapestry5-jquery-demo/blob/master/src/main/resources/org/got5/tapestry5/jquery/pages/components/DocsDataTables.tml

and

https://github.com/got5/tapestry5-jquery-demo/blob/master/src/main/java/org/got5/tapestry5/jquery/pages/components/DocsDataTables.java


For simple usage, you just need to bind a GridDataSource  to the
parameter source.

HTH
François

2012/2/22 russellJB <se...@optonline.net>:
> Hello all!
>
> New to Tapestry!
>
> I was wondering if someone could direct me to (or share) code demonstrating
> Datatables with JQuery? I am aware of
> http://tapestry5-jquery.com/components/docsdatatables however I am still
> having trouble implementing my own solution.
>
> This component should be very similar to the grid component. Perhaps if
> someone could explain what would need to be done to change from a grid
> component to jquery datatable component (assuming JQuery was already
> properly set up)
>
> Thanks in advance!
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/Datatables-Code-or-Direction-tp5505253p5505253.html
> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org