Are you displaying the data in a table? If so, I've always used django-tables2, which includes the ability to have sorting in each of the columns via a generated link in the header row of any or all columns (up/down arrow, etc.).
-James On Feb 17, 2015 2:43 PM, "ThomasTheDjangoFan" < [email protected]> wrote: > Hi 'ya, > > I am new to Django and would like to create a *sortable ListView* (just > like the Lists in Django Admin) for an array of object-instances. The > objects themself are *non Django-Models* and are pre-populated in an > array before showing the view. > > I've got a basic ListView working ( > https://docs.djangoproject.com/en/1.7/topics/class-based-views/), > but the important question remains: *How do I make it sortable? * > > Can you give me to some examples to check out how to implement a sortable > ListView? > > Kind regards and thanks a lot for your support > Thomas > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/9676838b-9df9-46c0-8b57-b1e4aa43ecce%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/9676838b-9df9-46c0-8b57-b1e4aa43ecce%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To post to this group, send email to [email protected]. 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/CA%2Be%2BciUBE%2B-s1aX7G%3D-QM82HpHr8NpgLZKpbi6D-PFAoHnLSgQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

