Re: table display with AJAX

2009-02-07 Thread Antoni Aloy
2009/2/7 Gerard Flanagan : > > MrJogo wrote: >> Hi, >> >> One of my pages is going to have a table that I'd like to be sortable, >> and I'm wondering the best way to do this. I looked into django- >> tables, which seems good, but once the page is loaded, I'd also like >> to be able to sort dynamic

Re: table display with AJAX

2009-02-07 Thread Gerard Flanagan
MrJogo wrote: > Hi, > > One of my pages is going to have a table that I'd like to be sortable, > and I'm wondering the best way to do this. I looked into django- > tables, which seems good, but once the page is loaded, I'd also like > to be able to sort dynamically (using javascript). Before I go

Re: table display with AJAX

2009-02-06 Thread Fabio Natali
MrJogo wrote: [...] > One of my pages is going to have a table that I'd like to be sortable, > and I'm wondering the best way to do this. I looked into django- > tables, which seems good, but once the page is loaded, I'd also like > to be able to sort dynamically (using javascript). Before I go an

table display with AJAX

2009-02-06 Thread MrJogo
Hi, One of my pages is going to have a table that I'd like to be sortable, and I'm wondering the best way to do this. I looked into django- tables, which seems good, but once the page is loaded, I'd also like to be able to sort dynamically (using javascript). Before I go and implement this myself