Re: Sort Table Headers after data has been rendered via a POST request

2008-12-16 Thread bruno desthuilliers
On 16 déc, 01:15, SnappyDjangoUser wrote: > I wanted to run this by the group one more time does anyone know > how to handle sorting results by table header URL after a POST > request? > > I have used the SortHeaders class for GET requests and it works > great. I am hoping to find a way to e

Re: Sort Table Headers after data has been rendered via a POST request

2008-12-15 Thread SnappyDjangoUser
I wanted to run this by the group one more time does anyone know how to handle sorting results by table header URL after a POST request? I have used the SortHeaders class for GET requests and it works great. I am hoping to find a way to extend this for POST requests. Thanks! On Nov 25, 2:2

Sort Table Headers after data has been rendered via a POST request

2008-11-25 Thread SnappyDjangoUser
I am hoping someone from this list may have some ideas on a solution to a problem I am facing... I am using a SortHeaders class to perform ascending and descending filtering on table column headers. (The SortHeaders is found on Django Snippets, http://www.djangosnippets.org/snippets/308/, and wo