On Jul 22, 11:30 pm, ProfessionalIT <[email protected]> wrote: > > 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.
I modified it for my app, but it's customized around my app: http://trac.sahanapy.org/browser/models/01_RESTlike_controller.py > > > 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 ? dataTables will work just as-above. The old autocomplete Search is here: http://trac.sahanapy.org/browser/views/_searchbox.html Customized for my app, but gives you the idea... > Another idea... Do you have a Simple Demo App that solve my > problem ? If you have..Do you can send me by mail ? No ;) You can browse around the full app, but it's not a simple example... F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

