On 8/18/07, walterbyrd <[EMAIL PROTECTED]> wrote: > > Something like prado's TDataGrid, or qcodo's grid, or codeignitor's > rapyd? > > I'm not even all that concerned about the ajax stuff. Just data > arranged in a table, the is sortable by column by clicking the header. > Edit, add, delete, and filthering would be nice. > > Something sort of like scaffolding, but more functional. > >
I think you can use a Cake 1.2 pagination which I now use extensively. But it had to tied to a model. You can try to bake a controller & view from a model and learn the pagination from there. Regards, Feris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
