Fran,

> >    1) In the action default/data/select/"table_name" the generated
> > output is a HTML table with all records and columns of the
> > "table_name". Well, if I want hide some columns
>
> db.table.field.readable = False
    This resolve the problem.
>
> > and implement a pagination in the records..Where/How I can do this ?
>
> I do paginationclient-side using the excellent jQuery dataTables
> plugin:http://datatables.net

   Humm, How to integrate this datatables with Web2Py ? Do you have a
example ?

> Previously I did it server-side based on this 
> article:http://99babysteps.appspot.com/how2/default/article_read/2
> There are simpler examples around too (search this group for
> 'pagination')
   This code have sintax error and don't work.

> >    2) How to implement a filter/search in the records in this
> > action ../select/"table_name" ? for example, I developed an
> > application [1] in Django (and I want migrate this application to
> > Web2Py ) where I implemented this behavior, which filters the records
> > of the table (and implement a pagination also).
>
> Again, I use dataTables for this.
> Previously I used an autoComplete plugin to do Search.

   Where Can Find this ?

   Another idea... Do you have a Simple Demo App that solve my
problem ? If you have..Do you can send me by mail ?

   Thank's
   Leandro.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to