You have three ways you can do this:

- In the browser with Javascript, with all the data stored in the page (as a 
javascript array).

- In the browser with Javascript and a REST call to Django to get the data (in 
JSON for example).

- With a url that reloads the page with different parameters to sort/filter the 
data.

François

On Sep 11, 2014, at 9:33 AM, Gregory Strydom <gregory.strydom...@gmail.com> 
wrote:

> Sorry i forgot to mention the filtering/sorting should be done in the view so 
> the user can simply click on a button and sort by date, category etc
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/af02ef85-eb9d-4537-93d0-da6a02ebd488%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/C8467525-0FCE-41FA-8A63-440AFF1BD309%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to