dweston wrote: > Hi, > I am currently using AjaxGrid to 'tail' a db table in realtime. > When the table gets to large the browser gets REALLY slow. How do I > add pagination to an AjaxGrid? I know I can't use the decorator > because my results are returned by JSON. I also remember seeing that > Alberto may be releasing a paginated ajax grid anyone know anything > about this?
I had a paginating ajax grid experiment for toscawidgets [1] but have abandoned it because I'm currently using extjs' ajax grid [2] which works like a charm. I haven't wrapped it in a widget yet though since I've used it in fat client situations where I don't even render a dynamic page so toscawidgets makes little sense there. However, I might get to package it soon because I'll probably need it in a project, no promises though. ;) Alberto [1] http://svn.toscat.net/MiscToscaWidgets/twXWidgets/trunk/ [2] http://extjs.com/deploy/dev/examples/grid/paging.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

