There is a non ajax / javascript way but i think it is only available on tables with pagination:
<th><?php echo $paginator->sort( 'id' )?></th> On Aug 18, 5:25 pm, 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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
