Re: Table Output Ordering

2006-09-01 Thread AD7six
Hi Troy, Try this http://wiki.cakephp.org/tutorials:pagination It seems to me it does exactly what you are asking ;) (My site is currently offline, so no live examples at the time of posting). Cheers, AD7six --~--~-~--~~~---~--~~ You received this message

Re: Table Output Ordering

2006-09-01 Thread [EMAIL PROTECTED]
Thanks Eightyseven. That seems to be exactly what I was looking for. Nice to see the wiki updated. The last time I grabbed the pagination helper was back in November. Looks like it has been updated QUITE a bit since then. Trying to get back to see the new stuff. Like the event selectors I

Table Output Ordering

2006-08-31 Thread [EMAIL PROTECTED]
I have many instances in my application where the output is shown in tables. What I want to do is allow the user to order the table based on any of the columns. The first time they click it would sort ASC, the next time DESC, or have an Up arrow and Down arrow to sort each way. Now, I could

Re: Table Output Ordering

2006-08-31 Thread Chris Hartjes
I have done something similar using a sortable grid via AJAX calls. Mine is implemented using the Yahoo! User Interface libraries instead of the built-in ones. I was having trouble using the Prototype/Scriptaculous helpers and getting stuff to work properly in IE. I have plans to do up a

Re: Table Output Ordering

2006-08-31 Thread [EMAIL PROTECTED]
Don't get hung up on it being AJAX. It will eventually be AJAX. But I want it to work straight up without AJAX as well. I want it to function without being a sortable AJAX grid. I was thinking what if I used one of the before calls to manipulate the query. Then to also use a helper for the