Re: Ordering a django change list page via jQuery?

2009-08-25 Thread Niall Mccormack
You have a good point there. I only needed this to work with a small number of items. Would you know how to do this any other way? On 20 Aug 2009, at 14:36, krylatij wrote: > > I think that is not the best solution. > As i understand you are ordering only displayed items because of > paginati

Re: Ordering a django change list page via jQuery?

2009-08-20 Thread krylatij
I think that is not the best solution. As i understand you are ordering only displayed items because of pagination --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: Ordering a django change list page via jQuery?

2009-08-20 Thread Niall Mccormack
If anyones interested, I managed to do this myself. write up of solution is here... http://stackoverflow.com/questions/1294489/ordering-a-django-change-list-page-via-jquery On 18 Aug 2009, at 16:09, Niall Mccormack wrote: > I would like to be able to reorder lists of Models via a jQu

Ordering a django change list page via jQuery?

2009-08-18 Thread Niall Mccormack
I would like to be able to reorder lists of Models via a jQuery script. I already have reordering within inLines on the Model update page, but I'd like to add it to the change_list page aswell? Is this possible? I'm using Django 1.1 so have access to action sheets, if that makes things easier